chiark / gitweb /
Update stressapptest to 1.0.3.
[stressapptest] / src / logger.h
index 3eaea57a5d2795884f7ac61c27e22e58c0166721..1d70107a1309e250a46017fac71eb233d5992f20 100644 (file)
@@ -28,7 +28,7 @@
 // Attempts to log additional lines will block when the queue reaches this size.
 // Due to how the logging thread works, up to twice this many log lines may be
 // outstanding at any point.
-static const int kMaxQueueSize = 250;
+static const size_t kMaxQueueSize = 250;
 
 
 // This is only for use by the Logger class, do not use it elsewhere!