#include <string>
#include <vector>
#include <queue>
#include <iostream>
#include <pthread.h>
Go to the source code of this file.
Classes | |
| class | ServerLogger |
| Class similar to Logger but handling only CacheServer events. More... | |
Functions | |
| void * | ServerLoggerThread (void *arg) |
| server's logging thread main function | |
Definition in file ServerLogger.h.
1.5.5