Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103332
b: refs/heads/master
c: 2c69361
h: refs/heads/master
v: v3
  • Loading branch information
Richard Kennedy authored and David S. Miller committed Jul 8, 2008
1 parent 2f5b223 commit 82db9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ad3f26162ece5aca3045fd45e15dd99acea4a0e
refs/heads/master: 2c693610fe923764fe41b846fb86938a2010da6e
4 changes: 2 additions & 2 deletions trunk/include/linux/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,23 @@ enum sock_shutdown_cmd {
/**
* struct socket - general BSD socket
* @state: socket state (%SS_CONNECTED, etc)
* @type: socket type (%SOCK_STREAM, etc)
* @flags: socket flags (%SOCK_ASYNC_NOSPACE, etc)
* @ops: protocol specific socket operations
* @fasync_list: Asynchronous wake up list
* @file: File back pointer for gc
* @sk: internal networking protocol agnostic socket representation
* @wait: wait queue for several uses
* @type: socket type (%SOCK_STREAM, etc)
*/
struct socket {
socket_state state;
short type;
unsigned long flags;
const struct proto_ops *ops;
struct fasync_struct *fasync_list;
struct file *file;
struct sock *sk;
wait_queue_head_t wait;
short type;
};

struct vm_area_struct;
Expand Down

0 comments on commit 82db9f9

Please sign in to comment.