00001 #ifndef __EG_NETTYPES_H__ 00002 #define __EG_NETTYPES_H__ 00003 00004 #include<stdio.h> 00005 #include "eg_nettype.h" 00006 #include "eg_mempool.h" 00007 00008 typedef struct 00009 { 00010 unsigned int s; 00011 unsigned int t; 00012 double value; 00013 unsigned int *npath; 00014 unsigned int **path; 00015 } 00016 EGnetDdom_t; 00017 00018 void EGfreeNetDdomMP (void *v, 00019 EGmemPool_t * mem); 00020 00021 #endif