Changeset fe5a9fc in mainline for uspace/lib/net/include/il_local.h


Ignore:
Timestamp:
2011-01-12T11:25:54Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
73ac2e9
Parents:
77429d3
Message:

do not send extra ARP requests if a lookup is currently in progress (but remove the half-filled lookup data as soon as the lookup times out for the second time)
cstyle fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/il_local.h

    r77429d3 rfe5a9fc  
    4848 *                      function.
    4949 */
    50 extern int il_module_message_standalone(ipc_callid_t callid, ipc_call_t *call,
     50extern int il_module_message(ipc_callid_t callid, ipc_call_t *call,
    5151    ipc_call_t *answer, size_t *answer_count);
    5252
     
    6565 *                      function.
    6666 */
    67 extern int il_module_start_standalone(async_client_conn_t client_connection);
     67extern int il_module_start(async_client_conn_t client_connection);
    6868
    6969#endif
Note: See TracChangeset for help on using the changeset viewer.