logger(NULL),
store(NULL),
logclient(messenger, &mc->monmap),
+ authorizer(m, &keyring),
whoami(id),
dev_path(dev), journal_path(jdev),
state(STATE_BOOTING), boot_epoch(0), up_epoch(0),
messenger->add_dispatcher_head(&logclient);
heartbeat_messenger->add_dispatcher_head(&heartbeat_dispatcher);
+
+ authorizer.init();
monc->init();
#include "include/LogEntry.h"
#include "auth/KeyRing.h"
+#include "auth/AuthorizeServer.h"
#include <map>
using namespace std;
KeyRing keyring;
+ AuthorizeServer authorizer;
+
+
int whoami;
const char *dev_path, *journal_path;