diff options
author | Octavian Purdila <opurdila@ixiacom.com> | 2009-12-26 06:51:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-26 23:40:34 -0500 |
commit | e5cd6fe391aa8c93560bb7ffdfe334cf4d0a02e4 (patch) | |
tree | 018cf6c943ba0292c33118920a356a0b0a31e00d /include/net/llc_conn.h | |
parent | bf9ae5386bca8836c16e69ab8fdbe46767d7452a (diff) |
llc: add support for LLC_OPT_PKTINFO
Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/llc_conn.h')
-rw-r--r-- | include/net/llc_conn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/llc_conn.h b/include/net/llc_conn.h index e2374e34989f..fe982fd94c4a 100644 --- a/include/net/llc_conn.h +++ b/include/net/llc_conn.h | |||
@@ -76,6 +76,7 @@ struct llc_sock { | |||
76 | u32 rx_pdu_hdr; /* used for saving header of last pdu | 76 | u32 rx_pdu_hdr; /* used for saving header of last pdu |
77 | received and caused sending FRMR. | 77 | received and caused sending FRMR. |
78 | Used for resending FRMR */ | 78 | Used for resending FRMR */ |
79 | u32 cmsg_flags; | ||
79 | }; | 80 | }; |
80 | 81 | ||
81 | static inline struct llc_sock *llc_sk(const struct sock *sk) | 82 | static inline struct llc_sock *llc_sk(const struct sock *sk) |