X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.h;h=b3a7e33ff1d391a9d5953cded8dc932d31016943;hp=24c95f4cb422881999119b658fd02be4d53f34c4;hb=5cbddc68bade0d1f8ded1b784bb27bb44c5dc5dc;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee diff --git a/src/connection.h b/src/connection.h index 24c95f4c..b3a7e33f 100644 --- a/src/connection.h +++ b/src/connection.h @@ -56,7 +56,7 @@ typedef struct connection_t { int protocol_version; /* used protocol */ int socket; /* socket used for this connection */ - long int options; /* options for this connection */ + uint32_t options; /* options for this connection */ connection_status_t status; /* status info */ int estimated_weight; /* estimation for the weight of the edge for this connection */ struct timeval start; /* time this connection was started, used for above estimation */