Index: trunk/ippdb/src/ippdb.h
===================================================================
--- trunk/ippdb/src/ippdb.h	(revision 18595)
+++ trunk/ippdb/src/ippdb.h	(revision 18796)
@@ -10029,4 +10029,5 @@
 typedef struct {
     psS64           magic_id;
+    psS64           exp_id;
     char            *state;
     char            *workdir;
@@ -10045,4 +10046,5 @@
 magicRunRow *magicRunRowAlloc(
     psS64           magic_id,
+    psS64           exp_id,
     const char      *state,
     const char      *workdir,
@@ -10082,4 +10084,5 @@
     psDB            *dbh,               ///< Database handle
     psS64           magic_id,
+    psS64           exp_id,
     const char      *state,
     const char      *workdir,
