Ignore:
Timestamp:
Jan 8, 2014 8:32:39 PM (10 years ago)
Author:
ldelgass
Message:

Prep servers for accepting arguments to change file descriptors for IO. This
will allow us to send stdout to the trace log along with stderr so chatty
libraries won't send garbage to the socket. Fall back to stdin/stdout to allow
debugging without nanoscale.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/nanovisServer.h

    r4063 r4105  
    4343    extern int g_fdIn;             ///< Input file descriptor
    4444    extern int g_fdOut;            ///< Output file descriptor
    45     extern FILE *g_fIn;            ///< Input file handle
    4645    extern FILE *g_fOut;           ///< Output file handle
    4746    extern FILE *g_fLog;           ///< Trace logging file handle
Note: See TracChangeset for help on using the changeset viewer.