Skip to content

Commit 49f76a9

Browse files
committed
tlshd: Update netlink.h
Add the definition for the new "tag" attribute. Copied from the Linux kernel's include/uapi/linux/handshake.h . Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 54b8c72 commit 49f76a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tlshd/netlink.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ enum {
5555
HANDSHAKE_A_DONE_STATUS = 1,
5656
HANDSHAKE_A_DONE_SOCKFD,
5757
HANDSHAKE_A_DONE_REMOTE_AUTH,
58+
HANDSHAKE_A_DONE_TAG,
5859

5960
__HANDSHAKE_A_DONE_MAX,
6061
HANDSHAKE_A_DONE_MAX = (__HANDSHAKE_A_DONE_MAX - 1)

0 commit comments

Comments
 (0)