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 85cfcc070..f9b59e058 100644
--- a/src/pq/pq.h
+++ b/src/pq/pq.h
@@ -90,6 +90,11 @@ struct GNUNET_PQ_Context
90 struct GNUNET_NETWORK_Handle *rfd; 90 struct GNUNET_NETWORK_Handle *rfd;
91 91
92 /** 92 /**
93 * How fast should we resubscribe again?
94 */
95 struct GNUNET_TIME_Relative resubscribe_backoff;
96
97 /**
93 * Flags controlling the connection. 98 * Flags controlling the connection.
94 */ 99 */
95 enum GNUNET_PQ_Options flags; 100 enum GNUNET_PQ_Options flags;