-- remove BongoArray and replace it with GArray

-- StrictCompile antispam and fix all the accompanying warnings
This commit is contained in:
pfelt
2009-07-18 18:09:53 +00:00
parent 924d624c43
commit 2b417a9c7d
46 changed files with 653 additions and 825 deletions
+2 -1
View File
@@ -29,6 +29,7 @@
#include <bongothreadpool.h>
#include <connio.h>
#include <bongomanagee.h>
#include <glib.h>
/* FIXME: need to tweak these */
#define BONGO_QUEUE_AGENT_DEFAULT_STACK_SIZE (80 * 1024)
@@ -183,7 +184,7 @@ void BongoAgentShutdownFunc (BongoJsonRpcServer *server,
BongoJsonRpc *rpc,
int requestId,
const char *method,
BongoArray *args,
GArray *args,
void *userData);
#ifndef _NO_BONGO_GLOBALS