network.h

Go to the documentation of this file.
00001 /*
00002 ** $Id: network_8h-source.html,v 1.1 2007/08/02 18:36:20 krishnap Exp $
00003 **
00004 ** Matthew Allen
00005 ** description: 
00006 */
00007 
00008 #ifndef _CHIMERA_NETWORK_H_
00009 #define _CHIMERA_NETWORK_H_
00010 
00011 #include "host.h"
00012 #include "jrb.h"
00013 
00014 #define NETWORK_PACK_SIZE 65536
00015 
00016 
00020 unsigned long network_address(void * networkglobal, char *hostname);
00021 
00025 void * network_init(void *logs, int port);
00026 
00033 void *network_activate(void * state);
00034 
00041 int network_send(void * state, ChimeraHost *host, char *data , int size, unsigned long type);
00042 
00043 #endif /* _CHIMERA_NETWORK_H_ */

Generated on Thu Feb 16 21:42:39 2006 for Chimera by  doxygen 1.4.5