Changeset b40bfac in mainline for uspace/srv/net/nil/nildummy/nildummy.h
- Timestamp:
- 2010-11-08T07:13:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 63a1e60
- Parents:
- d70a463 (diff), 3da12d74 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/nildummy/nildummy.h
rd70a463 rb40bfac 62 62 * @see nildummy_proto 63 63 */ 64 typedef struct nildummy_proto 64 typedef struct nildummy_proto nildummy_proto_t; 65 65 66 66 /** Type definition of the dummy nil protocol specific data pointer. … … 100 100 101 101 /** Dummy nil global data. */ 102 struct 102 struct nildummy_globals { 103 103 /** Networking module phone. */ 104 104 int net_phone;
Note:
See TracChangeset
for help on using the changeset viewer.