From 9cc1f1c7cf7eae4a795849ef637203e1d3cd38c1 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 16 Jul 2009 10:51:41 +0200 Subject: src: rename ATTR_DCCP_SEQ by ATTR_DCCP_HANDSHAKE_SEQ This patch renames the attribute constant to access the DCCP handshake sequence number that was recently committed in 19f35b21dbe2bb4386eeced4e0d87f3b2e1dd8bf. No release with the old name has been done, so no problems about backward compatibility although it'd be better if I don't push changes that I have to modify very soon afterwards. Signed-off-by: Pablo Neira Ayuso --- include/internal/object.h | 2 +- include/libnetfilter_conntrack/libnetfilter_conntrack.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/internal/object.h b/include/internal/object.h index b236453..cd06b88 100644 --- a/include/internal/object.h +++ b/include/internal/object.h @@ -128,7 +128,7 @@ union __nfct_protoinfo { struct { u_int8_t state; u_int8_t role; - u_int64_t seq; + u_int64_t handshake_seq; } dccp; }; diff --git a/include/libnetfilter_conntrack/libnetfilter_conntrack.h b/include/libnetfilter_conntrack/libnetfilter_conntrack.h index fae581e..346039c 100644 --- a/include/libnetfilter_conntrack/libnetfilter_conntrack.h +++ b/include/libnetfilter_conntrack/libnetfilter_conntrack.h @@ -123,7 +123,7 @@ enum nf_conntrack_attr { ATTR_HELPER_NAME, /* string (30 bytes max) */ ATTR_DCCP_STATE = 56, /* u8 bits */ ATTR_DCCP_ROLE, /* u8 bits */ - ATTR_DCCP_SEQ, /* u64 bits */ + ATTR_DCCP_HANDSHAKE_SEQ, /* u64 bits */ ATTR_MAX }; -- cgit v1.2.3