diff options
| author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-10-05 14:15:43 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-10-05 14:15:43 -0400 |
| commit | c41bd97f815720f9404f97da0c4f4400b52c243d (patch) | |
| tree | 104f57ed611ea4a2a7d4cfc370fe3bcd1090a71a /include/net/phonet | |
| parent | 9641458d3ec42def729fde64669abf07f3220cd5 (diff) | |
Phonet: receive pipe control requests as out-of-band data
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/phonet')
| -rw-r--r-- | include/net/phonet/pep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/phonet/pep.h b/include/net/phonet/pep.h index fb024e18686..4d79564850a 100644 --- a/include/net/phonet/pep.h +++ b/include/net/phonet/pep.h | |||
| @@ -33,6 +33,8 @@ struct pep_sock { | |||
| 33 | 33 | ||
| 34 | /* Connected socket stuff: */ | 34 | /* Connected socket stuff: */ |
| 35 | struct sock *listener; | 35 | struct sock *listener; |
| 36 | struct sk_buff_head ctrlreq_queue; | ||
| 37 | #define PNPIPE_CTRLREQ_MAX 10 | ||
| 36 | u16 peer_type; /* peer type/subtype */ | 38 | u16 peer_type; /* peer type/subtype */ |
| 37 | u8 pipe_handle; | 39 | u8 pipe_handle; |
| 38 | 40 | ||
