diff options
| author | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-10-07 14:58:10 +0200 |
|---|---|---|
| committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-10-07 14:58:10 +0200 |
| commit | 41dbf72cd7784eaa4525ed70c643d7f4a280a81c (patch) | |
| tree | bb48ba6f31ca96711d738b204cf8aee1b053ee8f | |
| parent | 67dcebe211fa6818668e7ab72b01996dc8616f62 (diff) | |
myct: keep object layout in sync with master
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
| -rw-r--r-- | include/myct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myct.h b/include/myct.h index 45d9f29..02d695c 100644 --- a/include/myct.h +++ b/include/myct.h @@ -37,6 +37,7 @@ struct myct_tuple { struct myct { struct nf_conntrack *ct; + struct nf_expect *exp; void *priv_data; }; |
