LogCabin
|
#include <getopt.h>
#include <unistd.h>
#include <iostream>
#include <string>
#include "Core/Debug.h"
#include "Core/StringUtil.h"
#include "Core/ThreadId.h"
#include "Core/Util.h"
#include "Server/Globals.h"
#include "Server/RaftConsensus.h"
Go to the source code of this file.
Classes | |
class | anonymous_namespace{Main.cc}::OptionParser |
Parses argv for the main function. More... | |
class | anonymous_namespace{Main.cc}::PidFile |
RAII-style class to manage a file containing the process ID. More... | |
Namespaces | |
namespace | anonymous_namespace{Main.cc} |
Functions | |
int | main (int argc, char **argv) |