Changeset 0e94b979 in mainline for uspace/lib/c/include/inet/inetcfg.h
- Timestamp:
- 2012-03-08T21:12:44Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 291c792
- Parents:
- a88a6eac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/inetcfg.h
ra88a6eac r0e94b979 51 51 /** Network address */ 52 52 inet_naddr_t naddr; 53 /** Link service ID */ 54 sysarg_t ilink; 55 /** Address object name */ 56 char *name; 53 57 } inet_addr_info_t; 54 58 55 59 /** IP link info */ 56 60 typedef struct { 57 int dummy; 61 /** Link service name */ 62 char *name; 58 63 } inet_link_info_t; 59 64
Note:
See TracChangeset
for help on using the changeset viewer.