--- gvpe/src/global.h 2003/03/17 15:23:15 1.3 +++ gvpe/src/global.h 2003/03/21 23:17:01 1.4 @@ -47,8 +47,6 @@ #define ETH_OVERHEAD 14 // the size of an ethernet header #define MAXSIZE (MAX_MTU + VPE_OVERHEAD)// slightly too large, but who cares -#define TIMER_GRANULARITY 5 // check for events at least every 5 seconds - #define PKTCACHESIZE 4 // the size of the memory pool for packets #define QUEUEDEPTH 16 // the number of packets that will be queued (should be low) @@ -59,7 +57,5 @@ extern char *thisnode; // config for current node (TODO: remove) extern char *pidfilename; // pid file location -extern time_t now; // globale now variable - #endif