aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation.c')
-rw-r--r--src/messenger/gnunet-service-messenger_operation.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation.c b/src/messenger/gnunet-service-messenger_operation.c
index d0c378699..a8744e577 100644
--- a/src/messenger/gnunet-service-messenger_operation.c
+++ b/src/messenger/gnunet-service-messenger_operation.c
@@ -58,7 +58,8 @@ static void
58callback_operation (void *cls); 58callback_operation (void *cls);
59 59
60struct GNUNET_MESSENGER_Operation* 60struct GNUNET_MESSENGER_Operation*
61load_operation (struct GNUNET_MESSENGER_OperationStore *store, const char *path) 61load_operation (struct GNUNET_MESSENGER_OperationStore *store,
62 const char *path)
62{ 63{
63 GNUNET_assert((store) && (path)); 64 GNUNET_assert((store) && (path));
64 65
@@ -118,7 +119,8 @@ destroy_config:
118} 119}
119 120
120void 121void
121save_operation (const struct GNUNET_MESSENGER_Operation *op, const char *path) 122save_operation (const struct GNUNET_MESSENGER_Operation *op,
123 const char *path)
122{ 124{
123 GNUNET_assert((path) && (op)); 125 GNUNET_assert((path) && (op));
124 126