Changeset eb51e31 in mainline for uspace/srv
- Timestamp:
- 2010-10-10T19:49:23Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a868d7, b278b4e
- Parents:
- 87f78d1
- Location:
- uspace/srv/net/nil
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r87f78d1 reb51e31 788 788 } 789 789 790 #ifndef CONFIG_NETIF_NIL_BUNDLE791 792 790 /** Default thread for new connections. 793 791 * … … 839 837 } 840 838 841 #endif /* CONFIG_NETIF_NIL_BUNDLE */842 843 839 /** @} 844 840 */ -
uspace/srv/net/nil/nildummy/nildummy.c
r87f78d1 reb51e31 410 410 } 411 411 412 #ifndef CONFIG_NETIF_NIL_BUNDLE413 414 412 /** Default thread for new connections. 415 413 * … … 461 459 } 462 460 463 #endif /* CONFIG_NETIF_NIL_BUNDLE */464 465 461 /** @} 466 462 */
Note:
See TracChangeset
for help on using the changeset viewer.