diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol.h b/src/protocol.h index 822b92a..4fecda5 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -81,6 +81,7 @@ prne_static_assert( struct prne_ip_addr { uint8_t addr[16]; prne_ipv_t ver; + uint32_t scope_id; }; struct prne_net_endpoint { |