Index: trunk/ippdb/src/ippdb.h
===================================================================
--- trunk/ippdb/src/ippdb.h	(revision 11077)
+++ trunk/ippdb/src/ippdb.h	(revision 11113)
@@ -4842,4 +4842,5 @@
     char            *b1_uri;
     char            *b2_uri;
+    psS16           fault;
 } detProcessedImfileRow;
 
@@ -4859,5 +4860,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -4898,5 +4900,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -5062,4 +5065,5 @@
     char            *b1_uri;
     char            *b2_uri;
+    psS16           fault;
 } detProcessedExpRow;
 
@@ -5077,5 +5081,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -5114,5 +5119,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -5278,4 +5284,5 @@
     psF64           bg_stdev;
     psF64           bg_mean_stdev;
+    psS16           fault;
 } detStackedImfileRow;
 
@@ -5293,5 +5300,6 @@
     psF64           bg,
     psF64           bg_stdev,
-    psF64           bg_mean_stdev
+    psF64           bg_mean_stdev,
+    psS16           fault
 );
 
@@ -5330,5 +5338,6 @@
     psF64           bg,
     psF64           bg_stdev,
-    psF64           bg_mean_stdev
+    psF64           bg_mean_stdev,
+    psS16           fault
 );
 
@@ -5490,4 +5499,5 @@
     char            *class_id;
     psF32           norm;
+    psS16           fault;
 } detNormalizedStatImfileRow;
 
@@ -5501,5 +5511,6 @@
     psS32           iteration,
     const char      *class_id,
-    psF32           norm
+    psF32           norm,
+    psS16           fault
 );
 
@@ -5534,5 +5545,6 @@
     psS32           iteration,
     const char      *class_id,
-    psF32           norm
+    psF32           norm,
+    psS16           fault
 );
 
@@ -5699,4 +5711,5 @@
     char            *b1_uri;
     char            *b2_uri;
+    psS16           fault;
 } detNormalizedImfileRow;
 
@@ -5715,5 +5728,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -5753,5 +5767,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -5917,4 +5932,5 @@
     char            *b1_uri;
     char            *b2_uri;
+    psS16           fault;
 } detNormalizedExpRow;
 
@@ -5932,5 +5948,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -5969,5 +5986,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -6136,4 +6154,5 @@
     char            *b1_uri;
     char            *b2_uri;
+    psS16           fault;
 } detResidImfileRow;
 
@@ -6154,5 +6173,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -6194,5 +6214,6 @@
     psF64           bg_mean_stdev,
     const char      *b1_uri,
-    const char      *b2_uri
+    const char      *b2_uri,
+    psS16           fault
 );
 
@@ -6360,4 +6381,5 @@
     char            *b2_uri;
     bool            accept;
+    psS16           fault;
 } detResidExpRow;
 
@@ -6377,5 +6399,6 @@
     const char      *b1_uri,
     const char      *b2_uri,
-    bool            accept
+    bool            accept,
+    psS16           fault
 );
 
@@ -6416,5 +6439,6 @@
     const char      *b1_uri,
     const char      *b2_uri,
-    bool            accept
+    bool            accept,
+    psS16           fault
 );
 
@@ -6578,4 +6602,5 @@
     psF64           bg_mean_stdev;
     bool            accept;
+    psS16           fault;
 } detRunSummaryRow;
 
@@ -6591,5 +6616,6 @@
     psF64           bg_stdev,
     psF64           bg_mean_stdev,
-    bool            accept
+    bool            accept,
+    psS16           fault
 );
 
@@ -6626,5 +6652,6 @@
     psF64           bg_stdev,
     psF64           bg_mean_stdev,
-    bool            accept
+    bool            accept,
+    psS16           fault
 );
 
