summaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index de9dfbded..9e1ffd01a 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -336,6 +336,9 @@ struct ElementEntry
336}; 336};
337 337
338 338
339struct Listener;
340
341
339/** 342/**
340 * Operation context used to execute a set operation. 343 * Operation context used to execute a set operation.
341 */ 344 */
@@ -354,6 +357,11 @@ struct Operation
354 struct GNUNET_CADET_Channel *channel; 357 struct GNUNET_CADET_Channel *channel;
355 358
356 /** 359 /**
360 * Port this operation runs on.
361 */
362 struct Listener *listener;
363
364 /**
357 * Message queue for the channel. 365 * Message queue for the channel.
358 */ 366 */
359 struct GNUNET_MQ_Handle *mq; 367 struct GNUNET_MQ_Handle *mq;