X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fconnection.h;h=77ca87a55901b07f9bc5faa321b00b82ca171b62;hb=453c44e7b27d4259461795ab4ec6ef264085dd28;hp=41986723763dca0c9edd5b43fc18bbf86318b178;hpb=54c900e961de6065f607f5661edeb7c84be29ea5;p=meshlink diff --git a/src/connection.h b/src/connection.h index 41986723..77ca87a5 100644 --- a/src/connection.h +++ b/src/connection.h @@ -43,7 +43,8 @@ typedef struct connection_status_t { int decryptin:1; /* 1 if we have to decrypt incoming traffic */ int mst:1; /* 1 if this connection is part of a minimum spanning tree */ int control:1; - int unused:22; + int pcap:1; + int unused:21; } connection_status_t; #include "edge.h"