diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-05 13:53:50 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-09 13:02:13 +0100 |
| commit | 82f11ef0c50d938173b46e102df1eeef3bce46ae (patch) | |
| tree | 7cf3c18d9ccf2198a37de465f178588b3c24bc8c /sys/linux/socket_tipc.txt | |
| parent | a3f232631f083a5a8ebe4928a98712f553a6efe7 (diff) | |
sys/linux: add AF_TIPC netlink interface and packet formats
Diffstat (limited to 'sys/linux/socket_tipc.txt')
| -rw-r--r-- | sys/linux/socket_tipc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/socket_tipc.txt b/sys/linux/socket_tipc.txt index 010800473..2a7266582 100644 --- a/sys/linux/socket_tipc.txt +++ b/sys/linux/socket_tipc.txt @@ -61,7 +61,7 @@ sockaddr_tipc [ type sockaddr_tipc_t[TYP, DATA] { family const[AF_TIPC, int16] addrtype const[TYP, int8] - scope int8 + scope flags[tipc_scope, int8] addr DATA } @@ -110,6 +110,6 @@ tipc_sioc_nodeid_req { tipc_group_req { type int32[TIPC_SERVICE_TYPE0:TIPC_SERVICE_TYPE3] instance tipc_instance - scope int32[0:TIPC_NODE_SCOPE] + scope flags[tipc_scope, int32] flags const[0, int32] } |
