Changeset cc3c2a1c in mainline for uspace/srv/net/net/net.c
- Timestamp:
- 2010-11-19T21:49:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1bfd3d3
- Parents:
- aaa3f33a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/net/net.c
raaa3f33a rcc3c2a1c 77 77 GENERIC_CHAR_MAP_IMPLEMENT(measured_strings, measured_string_t); 78 78 DEVICE_MAP_IMPLEMENT(netifs, netif_t); 79 80 static int startup(void); 79 81 80 82 /** Add the configured setting to the configuration map. … … 337 339 goto out; 338 340 341 rc = startup(); 342 if (rc != EOK) 343 goto out; 344 345 task_retval(0); 339 346 async_manager(); 340 347
Note:
See TracChangeset
for help on using the changeset viewer.