mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-31 01:01:19 +00:00
*** empty log message ***
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@6293 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b45dc89478
commit
b13501c8e3
62 changed files with 3645 additions and 1770 deletions
|
@ -24,6 +24,8 @@
|
|||
#ifndef _GSWAppRequestStruct_h__
|
||||
#define _GSWAppRequestStruct_h__
|
||||
|
||||
#include "GSWApp.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
@ -49,7 +51,7 @@ typedef struct _GSWAppRequest
|
|||
CONST char* pszDocRoot; // Doc Root
|
||||
void* pRequest; // HTTPRequest
|
||||
void* pResponse; // HTTPResponse
|
||||
void* pLoadBalancingData; // Load Balancing Data
|
||||
GSWAppInstance* pAppInstance;
|
||||
} GSWAppRequest;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue