Changeset f87c900 in mainline for uspace/lib/c/include/net/modules.h


Ignore:
Timestamp:
2010-12-16T17:41:43Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7880d58
Parents:
1b59023
Message:

Remove REGISTER_ME() macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/net/modules.h

    r1b59023 rf87c900  
    4949#include <sys/time.h>
    5050
    51 /** Registers the module service at the name server.
    52  *
    53  * @param[in] me        The module service.
    54  * @param[out] phonehash The created phone hash.
    55  */
    56 #define REGISTER_ME(me, phonehash) \
    57         ipc_connect_to_me(PHONE_NS, (me), 0, 0, (phonehash))
    58 
    5951/** Connect to the needed module function type definition.
    6052 *
Note: See TracChangeset for help on using the changeset viewer.