]> git.meshlink.io Git - meshlink/blobdiff - src/connection.h
Send REQ_KEY after a successful meta-connection only from the initiator.
[meshlink] / src / connection.h
index fd633b3ffcb9e7535ba8c0263ff16dd938b07e62..ef688549062689e6b66cac2006ee4e9b03147188 100644 (file)
@@ -40,6 +40,7 @@ typedef struct connection_status_t {
        uint16_t log: 1;                    /* 1 if this is a control connection requesting log dump */
        uint16_t invitation: 1;             /* 1 if this is an invitation */
        uint16_t invitation_used: 1;        /* 1 if the invitation has been consumed */
+       uint16_t initiator: 1;              /* 1 if we initiated this connection */
 } connection_status_t;
 
 #include "ecdsa.h"