From 4cbd21f2ae3b4dbbe881ebf8e5d5b6dcf59ec67b Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 21 Oct 2009 11:19:29 +0200 Subject: Moved status codes into its own header file --- server/parser/pgsql.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'server/parser/pgsql.h') diff --git a/server/parser/pgsql.h b/server/parser/pgsql.h index 1ea8feb..e9bf8a2 100644 --- a/server/parser/pgsql.h +++ b/server/parser/pgsql.h @@ -31,18 +31,6 @@ #include #include -#define STAT_NEW 0 /**< New, unparsed report in the submission queue */ -#define STAT_ASSIGNED 1 /**< Submission is assigned to a parser */ -#define STAT_INPROG 2 /**< Parsing has started */ -#define STAT_SUCCESS 3 /**< Report parsed successfully */ -#define STAT_UNKNFAIL 4 /**< Unkown failure */ -#define STAT_XMLFAIL 5 /**< Failed to parse the report XML file */ -#define STAT_SYSREG 6 /**< System registration failed */ -#define STAT_RTERIDREG 7 /**< Failed to get a new rterid value for the rteval run */ -#define STAT_GENDB 8 /**< General database error */ -#define STAT_RTEVRUNS 9 /**< Registering rteval run information failed */ -#define STAT_CYCLIC 10 /**< Registering cyclictest results failed */ -#define STAT_REPMOVE 11 /**< Failed to move the report file */ typedef PGconn dbconn; /**< Wrapper definition, for a more generic DB API */ /* Generic database function */ -- cgit