Changes in uspace/lib/net/netif/netif_local.c [4eca056:0ab68f6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/netif/netif_local.c
r4eca056 r0ab68f6 181 181 */ 182 182 int netif_stats_req_local(int netif_phone, device_id_t device_id, 183 device_stats_ t *stats)183 device_stats_ref stats) 184 184 { 185 185 fibril_rwlock_read_lock(&netif_globals.lock); … … 203 203 */ 204 204 int netif_get_addr_req_local(int netif_phone, device_id_t device_id, 205 measured_string_ t **address, char **data)205 measured_string_ref *address, char **data) 206 206 { 207 207 int rc; … … 253 253 * @param[in] stats The usage statistics. 254 254 */ 255 void null_device_stats(device_stats_ t *stats)255 void null_device_stats(device_stats_ref stats) 256 256 { 257 257 bzero(stats, sizeof(device_stats_t));
Note:
See TracChangeset
for help on using the changeset viewer.