summaryrefslogtreecommitdiffstats
path: root/server/parser/xmlparser.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-21 09:06:27 +0200
committerDavid Sommerseth <davids@redhat.com>2009-10-21 09:06:27 +0200
commit6e90b1e99b02a9cac45686c63ddeeae044466aca (patch)
tree4f7d153895316d5d219a6b2fd55bf79bfaeda341 /server/parser/xmlparser.h
parentd783165fc3c7e0ee32df7337e322199711955813 (diff)
Extended rtevalruns table to contain a submid field
This new field references submissionqueue.submid, to keep a link between parsed rtevalruns and the original submission.
Diffstat (limited to 'server/parser/xmlparser.h')
-rw-r--r--server/parser/xmlparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/parser/xmlparser.h b/server/parser/xmlparser.h
index 096f425..9d5bb5b 100644
--- a/server/parser/xmlparser.h
+++ b/server/parser/xmlparser.h
@@ -23,6 +23,7 @@
typedef struct {
const char *table;
+ unsigned int submid;
unsigned int syskey;
const char *report_filename;
unsigned int rterid;