Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

misc.h

Go to the documentation of this file.
00001 #ifndef MISC_H
00002 #define MISC_H
00003 
00004 #include <stdio.h>
00005 #include <string.h>
00006 #include <errno.h>
00007 #include <dlfcn.h>
00008 #include <malloc.h>
00009 #include <string.h>
00010 #include <unistd.h>
00011 #include <sys/time.h>
00012 
00013 #include <pthread.h>
00014 
00015 #include "../common/buffer.h"
00016 #include "../common/protocol.h"
00017 #include "../common/generic.h"
00018 
00020 struct ThreadArgs
00021     {
00022     int     argc; 
00023     char**  argv; 
00024     Buffer* in; 
00025     Buffer* out; 
00026     };
00027 
00028 #endif
00029 

Generated at Sat May 13 13:50:20 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000