FreeCalypso > hg > ueda-linux
comparison ueda/sverp-bind/struct.h @ 31:61272ee5aadc
unet-bind: implemented -a option for specifying wanted attributes
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 08 Aug 2015 21:44:10 +0000 |
parents | 65a515c20db8 |
children | ce887659d12e |
comparison
equal
deleted
inserted
replaced
30:a93e4b07fdf3 | 31:61272ee5aadc |
---|---|
23 struct pinconn { | 23 struct pinconn { |
24 struct net *net; | 24 struct net *net; |
25 char *nc_comment; | 25 char *nc_comment; |
26 int input_lineno; | 26 int input_lineno; |
27 }; | 27 }; |
28 | |
29 struct wantattr { | |
30 char *name; | |
31 struct wantattr *next; | |
32 }; |