Changeset 347768d in mainline for uspace/lib/c
- Timestamp:
- 2012-04-11T05:52:47Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f95c904
- Parents:
- 7094e196
- Location:
- uspace/lib/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inetcfg.c
r7094e196 r347768d 276 276 277 277 linfo->name = str_dup(name_buf); 278 linfo->def_mtu = IPC_GET_ARG1(answer); 278 279 279 280 return EOK; -
uspace/lib/c/include/inet/inetcfg.h
r7094e196 r347768d 61 61 /** Link service name */ 62 62 char *name; 63 /** Default MTU */ 64 size_t def_mtu; 63 65 } inet_link_info_t; 64 66
Note:
See TracChangeset
for help on using the changeset viewer.