#include <stdio.h>#include <stdlib.h>#include <string.h>#include <strings.h>#include <sys/types.h>#include <sys/mman.h>#include <signal.h>#include <unistd.h>#include <time.h>#include <dlfcn.h>#include "et_private.h"#include "et_network.h"| Defines | |
| #define | ET_WAIT_FOR_THREADS 10 | 
| #define | DEBUG 1 | 
| Functions | |
| int | et_system_start (et_sys_id *id, et_sysconfig sconfig) | 
| This routine creates an ET system. | |
| int | et_system_close (et_sys_id id) | 
| This routine closes or shuts down an ET system. | |
| #define DEBUG 1 | 
| #define ET_WAIT_FOR_THREADS 10 | 
Referenced by et_system_start().
 1.6.1
 1.6.1