Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
c1ef71bf26
  1. 4
      iguana/main.c

4
iguana/main.c

@ -80,8 +80,12 @@ char GLOBAL_HELPDIR[512] = "help";
char GLOBAL_DBDIR[512] = "DB"; char GLOBAL_DBDIR[512] = "DB";
char GLOBAL_VALIDATEDIR[512] = "DB/purgeable"; char GLOBAL_VALIDATEDIR[512] = "DB/purgeable";
char GLOBAL_CONFSDIR[512] = "confs"; char GLOBAL_CONFSDIR[512] = "confs";
#ifdef __linux
int32_t IGUANA_NUMHELPERS = 8;
#else
int32_t IGUANA_NUMHELPERS = 4; int32_t IGUANA_NUMHELPERS = 4;
#endif #endif
#endif
struct iguana_jsonitem { struct queueitem DL; struct supernet_info *myinfo; uint32_t fallback,expired,allocsize; char **retjsonstrp; char remoteaddr[64]; uint16_t port; char jsonstr[]; }; struct iguana_jsonitem { struct queueitem DL; struct supernet_info *myinfo; uint32_t fallback,expired,allocsize; char **retjsonstrp; char remoteaddr[64]; uint16_t port; char jsonstr[]; };

Loading…
Cancel
Save