aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-23 22:52:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-23 22:52:44 +0200
commit1aa0d5f3421d8598f12005ea1138c9eb24ddfd2c (patch)
treea3f1ac44d4588b1c37daa804f3c4c4b9b839456b /src/pq/pq.h
parent8f18cbcaf6025d40fa1d400f5a4e702ad957809a (diff)
downloadgnunet-1aa0d5f3421d8598f12005ea1138c9eb24ddfd2c.tar.gz
gnunet-1aa0d5f3421d8598f12005ea1138c9eb24ddfd2c.zip
PQ: implementing #7014: support testing database version is current
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