aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:44:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:34 +0100
commitdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (patch)
tree1f508fa523fa7c3400fbd4f95a344d7f44ce37c1 /src/messenger/gnunet-service-messenger_operation.h
parent1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09 (diff)
downloadgnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.tar.gz
gnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.zip
-DOC: Documentation cleanup pass through MESSENGER subsystem
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation.h')
-rw-r--r--src/messenger/gnunet-service-messenger_operation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation.h b/src/messenger/gnunet-service-messenger_operation.h
index 485668548..8d09ed1b7 100644
--- a/src/messenger/gnunet-service-messenger_operation.h
+++ b/src/messenger/gnunet-service-messenger_operation.h
@@ -66,7 +66,7 @@ create_operation (const struct GNUNET_HashCode *hash);
66/** 66/**
67 * Destroys an operation and frees its memory fully. 67 * Destroys an operation and frees its memory fully.
68 * 68 *
69 * @param[in/out] op Operation 69 * @param[in,out] op Operation
70 */ 70 */
71void 71void
72destroy_operation (struct GNUNET_MESSENGER_Operation *op); 72destroy_operation (struct GNUNET_MESSENGER_Operation *op);
@@ -82,7 +82,7 @@ destroy_operation (struct GNUNET_MESSENGER_Operation *op);
82 * If the method fails to restore any valid operation from the file, 82 * If the method fails to restore any valid operation from the file,
83 * NULL gets returned instead. 83 * NULL gets returned instead.
84 * 84 *
85 * @param[in/out] store Operation store 85 * @param[in,out] store Operation store
86 * @param[in] path Path of a configuration file 86 * @param[in] path Path of a configuration file
87 */ 87 */
88struct GNUNET_MESSENGER_Operation* 88struct GNUNET_MESSENGER_Operation*
@@ -107,9 +107,9 @@ save_operation (const struct GNUNET_MESSENGER_Operation *op,
107 * operations type to process it correctly. An operation can't be 107 * operations type to process it correctly. An operation can't be
108 * started twice, it has to be stopped or fully processed first. 108 * started twice, it has to be stopped or fully processed first.
109 * 109 *
110 * @param[in/out] op Operation 110 * @param[in,out] op Operation
111 * @param[in] type Type of operation 111 * @param[in] type Type of operation
112 * @param[in/out] store Operation store 112 * @param[in,out] store Operation store
113 * @param[in] delay Delay 113 * @param[in] delay Delay
114 * @return #GNUNET_OK on success, otherwise #GNUNET_SYSERR 114 * @return #GNUNET_OK on success, otherwise #GNUNET_SYSERR
115 */ 115 */