aboutsummaryrefslogtreecommitdiff
path: root/src/reader.cc
blob: f2da968f55eff15b727c1a643fca9f43d8667f74 (plain) (blame)
1
2
3
4
5
6
#include "reader.hh"
#include "threads.hh"

static Semaphore OrderBufferEmpty(200);
static Semaphore OrderBufferFull(0);
static TDynamicWriteBuffer HelpBuffer(KB(64));