diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-31 14:58:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-06 17:40:36 +0100 |
| commit | 8e6b9eeb2711705b01229614891c4150c7df261a (patch) | |
| tree | d25c322d2013b2e5d88fea4c83fff5fe60334cf8 /sys/linux/socket_key.txt | |
| parent | bb0359b914863d1c662a775b4159834e0fa697ce (diff) | |
pkg/compiler: add bitsize type
This is need for few crypto/xfrm descriptions.
Diffstat (limited to 'sys/linux/socket_key.txt')
| -rw-r--r-- | sys/linux/socket_key.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/linux/socket_key.txt b/sys/linux/socket_key.txt index cdd7a5c7d..3afeca886 100644 --- a/sys/linux/socket_key.txt +++ b/sys/linux/socket_key.txt @@ -98,8 +98,7 @@ sadb_address_addr [ sadb_key { sadb_len bytesize8[parent, int16] sadb_exttype flags[sadb_key_type, int16] -# TODO: length in bits - sadb_key_bits len[key, int16] + sadb_key_bits bitsize[key, int16] sadb_key_reserved const[0, int16] key array[int8] } [packed, align_8] |
