X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fconnection.h;h=25e122d05f0726de19da9d04f665e7b11a975b31;hp=ef688549062689e6b66cac2006ee4e9b03147188;hb=8d4ac42ceb67a93fc1e5c0d045819597c5da47d0;hpb=947f09ff2c507a80bbe7f92ed0d41b06c98d5375 diff --git a/src/connection.h b/src/connection.h index ef688549..25e122d0 100644 --- a/src/connection.h +++ b/src/connection.h @@ -34,7 +34,7 @@ typedef struct connection_status_t { uint16_t pinged: 1; /* sent ping */ uint16_t active: 1; /* 1 if active.. */ uint16_t connecting: 1; /* 1 if we are waiting for a non-blocking connect() to finish */ - uint16_t mst: 1; /* 1 if this connection is part of a minimum spanning tree */ + uint16_t unused: 1; uint16_t control: 1; /* 1 if this is a control connection */ uint16_t pcap: 1; /* 1 if this is a control connection requesting packet capture */ uint16_t log: 1; /* 1 if this is a control connection requesting log dump */