Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4704 | Rev 4705 | ||
---|---|---|---|
Line 66... | Line 66... | ||
66 | 66 | ||
67 | /** Starts the TCP module. |
67 | /** Starts the TCP module. |
68 | * Initializes the client connection serving function, initializes the module, registers the module service and starts the async manager, processing IPC messages in an infinite loop. |
68 | * Initializes the client connection serving function, initializes the module, registers the module service and starts the async manager, processing IPC messages in an infinite loop. |
69 | * @param client_connection The client connection processing function. The module skeleton propagates its own one. Input parameter. |
69 | * @param client_connection The client connection processing function. The module skeleton propagates its own one. Input parameter. |
70 | * @returns EOK on successful module termination. |
70 | * @returns EOK on successful module termination. |
71 | * @returns Other error codes as defined for the arp_initialize() function. |
71 | * @returns Other error codes as defined for the tcp_initialize() function. |
72 | * @returns Other error codes as defined for the REGISTER_ME() macro function. |
72 | * @returns Other error codes as defined for the REGISTER_ME() macro function. |
73 | */ |
73 | */ |
74 | int module_start( async_client_conn_t client_connection ); |
74 | int module_start( async_client_conn_t client_connection ); |
75 | 75 | ||
76 | /** Processes the TCP message. |
76 | /** Processes the TCP message. |