Merge the store-sqlite branch back onto trunk

This commit is contained in:
alexhudson
2008-09-04 15:22:34 +00:00
parent 38f62420e8
commit 29f4eeec4e
75 changed files with 6148 additions and 8645 deletions
+2
View File
@@ -186,6 +186,7 @@ void BongoAgentShutdownFunc (BongoJsonRpcServer *server,
BongoArray *args,
void *userData);
#ifndef _NO_BONGO_GLOBALS
struct _BongoGlobals {
char *hostname;
char *hostaddr;
@@ -199,6 +200,7 @@ static BongoConfigItem GlobalConfig[] = {
{ BONGO_JSON_STRING, "o:postmaster/s", &BongoGlobals.postmaster },
{ BONGO_JSON_NULL, NULL, NULL }
};
#endif
#define BONGO_ENVELOPE_NEXT(p) \
{ (p) = (p) + strlen(p) + 1; \