Index: /trunk/ippTools/src/p2insertPendingFrames.c
===================================================================
--- /trunk/ippTools/src/p2insertPendingFrames.c	(revision 6276)
+++ /trunk/ippTools/src/p2insertPendingFrames.c	(revision 6277)
@@ -38,4 +38,5 @@
             rawFrame->exposure->exp_id,
             rawFrame->exposure->camera,
+            rawFrame->exposure->exp_type,
             rawFrame->exposure->filter,
             rawFrame->exposure->class,
@@ -52,5 +53,4 @@
             p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
                 rawImage->exp_id,
-                rawImage->exptype,
                 rawImage->class,
                 rawImage->class_id,
Index: /trunk/ippTools/src/p2pendingToDone.c
===================================================================
--- /trunk/ippTools/src/p2pendingToDone.c	(revision 6276)
+++ /trunk/ippTools/src/p2pendingToDone.c	(revision 6277)
@@ -16,4 +16,5 @@
             pendingFrame->exposure->exp_id,
             pendingFrame->exposure->camera,
+            pendingFrame->exposure->exp_type,
             pendingFrame->exposure->filter,
             pendingFrame->exposure->class,
@@ -38,5 +39,4 @@
             p2DoneImfileRow *doneImage = p2DoneImfileRowAlloc(
                 pendingImage->exp_id,
-                pendingImage->exptype,
                 pendingImage->class,
                 pendingImage->class_id,
@@ -73,5 +73,4 @@
         p2DoneImfileRow *doneImfile = p2DoneImfileRowAlloc(
             pendingImfile->exp_id,
-            pendingImfile->exptype,
             pendingImfile->class,
             pendingImfile->class_id,
@@ -96,4 +95,5 @@
         pendingExp->exp_id,
         pendingExp->camera,
+        pendingExp->exp_type,
         pendingExp->filter,
         pendingExp->class,
Index: /trunk/ippTools/src/p2rawToPending.c
===================================================================
--- /trunk/ippTools/src/p2rawToPending.c	(revision 6276)
+++ /trunk/ippTools/src/p2rawToPending.c	(revision 6277)
@@ -15,4 +15,5 @@
             rawFrame->exposure->exp_id,
             rawFrame->exposure->camera,
+            rawFrame->exposure->exp_type,
             rawFrame->exposure->filter,
             rawFrame->exposure->class,
@@ -28,5 +29,4 @@
             p2PendingImfileRow *pendingImage = p2PendingImfileRowAlloc(
                 rawImage->exp_id,
-                rawImage->exptype,
                 rawImage->class,
                 rawImage->class_id,
