Added init daemon

parent 342f9590
......@@ -29,12 +29,6 @@
#include "ServerInit.h"
void init_all() {
init_server();
init_enclave();
init_daemon();
}
void init_daemon() {
......@@ -89,3 +83,11 @@ void init_enclave() {
fprintf(stderr, "libtgmp initialized\n");
}
void init_all() {
init_server();
init_enclave();
init_daemon();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment