Changeset 102159 in vbox
- Timestamp:
- Nov 20, 2023 5:10:48 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp
r102146 r102159 41 41 42 42 /** The release logger. */ 43 static PRTLOGGER g_pRelLogger;43 static PRTLOGGER g_pRelLogger; 44 44 /** The current logging verbosity level. */ 45 static unsigned g_uVerbosity = 0;46 /** Maximum HTTP server runtime (in ms). */47 static RTMSINTERVAL g_msRuntime = RT_MS_ 30SEC;45 static unsigned g_uVerbosity = 0; 46 /** Default maximum HTTP server runtime (in ms). */ 47 static RTMSINTERVAL g_msRuntime = RT_MS_5MIN; 48 48 /** Shutdown indicator. */ 49 49 static bool g_fShutdown = false;
Note:
See TracChangeset
for help on using the changeset viewer.