summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-21 11:19:29 +0200
committerDavid Sommerseth <davids@redhat.com>2009-10-21 11:19:29 +0200
commit4cbd21f2ae3b4dbbe881ebf8e5d5b6dcf59ec67b (patch)
tree2d81280daf94c3488d3aa3c60df9af3fd20e2cf0 /server/parser/pgsql.h
parent402d74dc6a266d37fa7ba6b67d39e70d0f098256 (diff)
Moved status codes into its own header file
Diffstat (limited to 'server/parser/pgsql.h')
-rw-r--r--server/parser/pgsql.h12
1 files changed, 0 insertions, 12 deletions
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 <eurephia_values.h>
#include <parsethread.h>
-#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 */