src/server/nsapi.h

changeset 3
137197831306
parent 1
3c066d52342d
child 6
ce8fecc9847d
equal deleted inserted replaced
2:cee3e65e789c 3:137197831306
329 #define REQ_EXIT -3 329 #define REQ_EXIT -3
330 /* Restart the entire request-response process */ 330 /* Restart the entire request-response process */
331 #define REQ_RESTART -4 331 #define REQ_RESTART -4
332 /* Too busy to execute this now */ 332 /* Too busy to execute this now */
333 #define REQ_TOOBUSY -5 333 #define REQ_TOOBUSY -5
334
335
336 /**** NSAPI extensions ****/
337
338 /* The function is still in progress (async extension) */
339 #define REQ_PROCESSING -8
340
341 /**** END NSAPI extensions ****/
334 342
335 /* --- End miscellaneous definitions --- */ 343 /* --- End miscellaneous definitions --- */
336 344
337 /* --- Begin native platform includes --- */ 345 /* --- Begin native platform includes --- */
338 346

mercurial