aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/connections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/connections.h')
-rw-r--r--src/pluto/connections.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluto/connections.h b/src/pluto/connections.h
index 66aea1541..ae6356db1 100644
--- a/src/pluto/connections.h
+++ b/src/pluto/connections.h
@@ -226,6 +226,8 @@ struct connection {
connection_t *hp_next; /* host pair list link */
connection_t *ac_next; /* all connections list link */
linked_list_t *requested_ca; /* collected certificate requests */
+ linked_list_t *requested; /* requested attributes with handlers */
+ linked_list_t *attributes; /* configuration attributes with handlers */
bool got_certrequest;
};