src/server/daemon/request.h

changeset 460
b9a447b02046
parent 415
d938228c382e
equal deleted inserted replaced
459:f21b4ff81c01 460:b9a447b02046
47 char *host; 47 char *host;
48 uint16_t port; 48 uint16_t port;
49 NSAPIContext context; 49 NSAPIContext context;
50 void *jvm_context; 50 void *jvm_context;
51 CxMap *resources; 51 CxMap *resources;
52 WSBool finished;
52 }; 53 };
53 54
54 /* macros for context access */ 55 /* macros for context access */
55 #define NCX_OI(rq) rq->context.objset_index 56 #define NCX_OI(rq) rq->context.objset_index
56 #define NCX_DI(rq) rq->context.dtable_index 57 #define NCX_DI(rq) rq->context.dtable_index

mercurial