chiark / gitweb /
WIP NEW COMM
[secnet.git] / secnet.h
index 9d0b09e9dd60d5e5bd86dcb1b53cf438573b2655..a206d057684ba38be10e2f2edf078b6839926bcf 100644 (file)
--- a/secnet.h
+++ b/secnet.h
@@ -312,6 +312,7 @@ struct comm_addr {
     struct comm_if *comm;
     union {
        struct sockaddr_in sin;
+       uint32_t associd;
     } priv;
 };