Skip to content

Commit

Permalink
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Torvalds committed Sep 9, 2005
2 parents d99901d + cb7b593 commit 1d8674e
Show file tree
Hide file tree
Showing 11 changed files with 557 additions and 555 deletions.
3 changes: 3 additions & 0 deletions include/linux/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,10 @@ struct dccp_sock {
struct ccid *dccps_hc_rx_ccid;
struct ccid *dccps_hc_tx_ccid;
struct dccp_options_received dccps_options_received;
struct timeval dccps_epoch;
enum dccp_role dccps_role:2;
__u8 dccps_hc_rx_insert_options:1;
__u8 dccps_hc_tx_insert_options:1;
};

static inline struct dccp_sock *dccp_sk(const struct sock *sk)
Expand Down
Loading

0 comments on commit 1d8674e

Please sign in to comment.