src/server/request.c

changeset 6
ce8fecc9847d
parent 1
3c066d52342d
equal deleted inserted replaced
5:dbc01588686e 6:ce8fecc9847d
31 #include "pblock.h" 31 #include "pblock.h"
32 #include "httprequest.h" 32 #include "httprequest.h"
33 33
34 34
35 /* Code from req.cpp */ 35 /* Code from req.cpp */
36 /* fremden Code durch eigenen ersetzen */
36 37
37 /* -------------------------- request_initialize -------------------------- */ 38 /* -------------------------- request_initialize -------------------------- */
38 39
39 int request_initialize( 40 int request_initialize(
40 pool_handle_t *pool, 41 pool_handle_t *pool,
85 rq->staterrno = 0; 86 rq->staterrno = 0;
86 rq->orig_rq = rq; 87 rq->orig_rq = rq;
87 88
88 // TODO: nrq 89 // TODO: nrq
89 90
91 /* NSAPI execution context */
92 nrq->context.last_req_code = REQ_NOACTION;
93
94 nrq->context.objset_index = -1;
95 nrq->context.dtable_index = 0;
96
90 return 0; 97 return 0;
91 } 98 }

mercurial