Index: trunk/ippTools/src/pxtables.c
===================================================================
--- trunk/ippTools/src/pxtables.c	(revision 10225)
+++ trunk/ippTools/src/pxtables.c	(revision 10689)
@@ -80,4 +80,5 @@
     CREATE_TABLE(detResidExpCreateTable);
     CREATE_TABLE(detRunSummaryCreateTable);
+    CREATE_TABLE(p4RunCreateTable);
 
     return true;
@@ -147,4 +148,5 @@
     DROP_TABLE(detResidExpDropTable);
     DROP_TABLE(detRunSummaryDropTable);
+    DROP_TABLE(p4RunDropTable);
 
     return status;
