Added a -h option to sicslog querying

Fixed the mongodb path in sicslogmain to point to the production server
This commit is contained in:
2016-04-14 14:57:55 +02:00
parent 1fb85ef6b5
commit 78f6b92960
4 changed files with 18 additions and 6 deletions

View File

@ -25,8 +25,8 @@ int sicslogSetup(char *url, char *inst);
int sicslogQuery(int argc, char *argv[], ResultCallback_t func, void *userData);
/*
If sicslogQuery returned or sicslogSetup returns an error, retrieve a description
of it. Only valid right after the error inducing call.
If sicslogQuery or sicslogSetup returns an error, retrieve a description
of it. Only valid right after the error inducing call.
*/
char *sicslogGetError();