summaryrefslogtreecommitdiffstats
path: root/include/internal/object.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-07-16 10:51:41 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2009-07-16 10:51:41 +0200
commit9cc1f1c7cf7eae4a795849ef637203e1d3cd38c1 (patch)
tree74056b167634931c2b766ca4c4f3473ebb280f0c /include/internal/object.h
parent2d740aa3fba7435d563ea0cc9a45c7bd2d3f1e73 (diff)
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 <pablo@netfilter.org>
Diffstat (limited to 'include/internal/object.h')
-rw-r--r--include/internal/object.h2
1 files changed, 1 insertions, 1 deletions
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;
};