aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq.h')
-rw-r--r--src/pq/pq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pq/pq.h b/src/pq/pq.h
index d10931d99..354d85a9f 100644
--- a/src/pq/pq.h
+++ b/src/pq/pq.h
@@ -73,6 +73,11 @@ struct GNUNET_PQ_Context
73 * File descriptor wrapper for @e event_task. 73 * File descriptor wrapper for @e event_task.
74 */ 74 */
75 struct GNUNET_NETWORK_Handle *rfd; 75 struct GNUNET_NETWORK_Handle *rfd;
76
77 /**
78 * Flags controlling the connection.
79 */
80 enum GNUNET_PQ_Options flags;
76}; 81};
77 82
78 83