Changeset a9c6b966 in mainline for uspace/srv/net/netif/lo/lo.c
- Timestamp:
- 2010-11-19T22:04:12Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b4a67a, fdbc3ff
- Parents:
- a7811f17 (diff), 1bfd3d3 (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/netif/lo/lo.c
ra7811f17 ra9c6b966 103 103 * @param[in] device The device structure. 104 104 * @param[in] state The new device state. 105 * @return sThe new state if changed.106 * @return sEOK otherwise.105 * @return The new state if changed. 106 * @return EOK otherwise. 107 107 */ 108 108 static int change_state_message(netif_device_t *device, device_state_t state) … … 124 124 * @param[in] device_id The new devce identifier. 125 125 * @param[out] device The device structure. 126 * @return sEOK on success.127 * @return sEXDEV if one loopback network interface already exists.128 * @return sENOMEM if there is not enough memory left.126 * @return EOK on success. 127 * @return EXDEV if one loopback network interface already exists. 128 * @return ENOMEM if there is not enough memory left. 129 129 */ 130 130 static int create(device_id_t device_id, netif_device_t **device)
Note:
See TracChangeset
for help on using the changeset viewer.