module.c File Reference

Generic module skeleton implementation. More...

#include <async.h>
#include <stdio.h>
#include <task.h>
#include <ipc/ipc.h>
#include "err.h"
#include "modules.h"
Include dependency graph for module.c:

Functions

void client_connection (ipc_callid_t iid, ipc_call_t *icall)
 Default thread for new connections.
int main (int argc, char *argv[])
 Starts the module.
External module functions.

This functions have to be implemented in every module.



int module_message (ipc_callid_t callid, ipc_call_t *call, ipc_call_t *answer, int *answer_count)
 External message processing function.
void module_print_name (void)
 External function to print the module name.
int module_start (async_client_conn_t client_connection)
 External module startup function.

Detailed Description

Generic module skeleton implementation.


Generated on Thu Mar 11 20:46:07 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1