Changeset 3376 for trunk/packages/vizservers/nanovis/nanovis.h
- Timestamp:
- Feb 27, 2013 9:39:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/nanovis/nanovis.h
r3362 r3376 97 97 98 98 #ifdef KEEPSTATS 99 static int openStatsFile(const char *path); 99 100 static int writeToStatsFile(const char *s, size_t length); 100 101 #endif … … 152 153 153 154 static FILE *stdin, *logfile, *recfile; 154 155 static int statsFile; 155 156 static unsigned int flags; 156 157 static bool debugFlag;
Note: See TracChangeset
for help on using the changeset viewer.