mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-08 14:10:39 +00:00
o added fSwitchToKnownInstance in GSWApp
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18138 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
092f247324
commit
016067440c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ typedef struct _GSWApp
|
||||||
GSWDict stHeadersDict;
|
GSWDict stHeadersDict;
|
||||||
char *pszGSWExtensionsFrameworkWebServerResources;
|
char *pszGSWExtensionsFrameworkWebServerResources;
|
||||||
BOOL fCanDump;
|
BOOL fCanDump;
|
||||||
|
BOOL fSwitchToKnownInstance;
|
||||||
char *pszAdaptorTemplatesPath;
|
char *pszAdaptorTemplatesPath;
|
||||||
int iLastInstanceIndex;//Last Instance Index
|
int iLastInstanceIndex;//Last Instance Index
|
||||||
} GSWApp;
|
} GSWApp;
|
||||||
|
|
Loading…
Reference in a new issue