diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /net/tipc/port.h | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
Diffstat (limited to 'net/tipc/port.h')
| -rw-r--r-- | net/tipc/port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index ff31ee4a1dc3..8d1652aab298 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h | |||
| @@ -75,7 +75,6 @@ struct user_port { | |||
| 75 | * @wakeup: ptr to routine to call when port is no longer congested | 75 | * @wakeup: ptr to routine to call when port is no longer congested |
| 76 | * @user_port: ptr to user port associated with port (if any) | 76 | * @user_port: ptr to user port associated with port (if any) |
| 77 | * @wait_list: adjacent ports in list of ports waiting on link congestion | 77 | * @wait_list: adjacent ports in list of ports waiting on link congestion |
| 78 | * @congested_link: ptr to congested link port is waiting on | ||
| 79 | * @waiting_pkts: | 78 | * @waiting_pkts: |
| 80 | * @sent: | 79 | * @sent: |
| 81 | * @acked: | 80 | * @acked: |
| @@ -95,7 +94,6 @@ struct port { | |||
| 95 | void (*wakeup)(struct tipc_port *); | 94 | void (*wakeup)(struct tipc_port *); |
| 96 | struct user_port *user_port; | 95 | struct user_port *user_port; |
| 97 | struct list_head wait_list; | 96 | struct list_head wait_list; |
| 98 | struct link *congested_link; | ||
| 99 | u32 waiting_pkts; | 97 | u32 waiting_pkts; |
| 100 | u32 sent; | 98 | u32 sent; |
| 101 | u32 acked; | 99 | u32 acked; |
