Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 15217)
+++ trunk/psModules/src/config/pmConfig.h	(revision 15385)
@@ -5,6 +5,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-10-04 20:15:48 $
+ *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-10-26 02:41:15 $
  *  Copyright 2005-2006 Institute for Astronomy, University of Hawaii
  */
@@ -36,6 +36,5 @@
 /// This structure stores the configuration information: the site, camera and recipe configuration, the
 /// command-line arguments, the pmFPAfiles used, and the database handle.
-typedef struct
-{
+typedef struct {
     psMetadata *site;                   ///< Site configuration
     psMetadata *camera;                 ///< Camera specification
@@ -51,12 +50,7 @@
     pmRecipeSource recipesRead;         ///< Which recipe sources have been read
     psMetadata *recipeSymbols;          ///< Where each recipe came from
-
-    // dropping the argc, argv info from pmConfig
-    # if (0)
-    int *argc;                          ///< Number of command-line arguments
-    char **argv;                        ///< Command-line arguments (raw version)
-    # endif
-}
-pmConfig;
+    int traceFD;                        ///< File descriptor for trace messages
+    int logFD;                          ///< File descriptor for log messages
+} pmConfig;
 
 /// Allocator for pmConfig
