Split server out.

This commit is contained in:
Ian Gulliver
2016-02-22 21:53:25 -08:00
parent c6e1eb9d42
commit bc9219b4a8
5 changed files with 23 additions and 4 deletions

View File

@@ -15,6 +15,7 @@
#include "rand.h"
#include "receive.h"
#include "send.h"
#include "server.h"
#include "stats.h"
#include "wakeup.h"
@@ -99,6 +100,7 @@ int main(int argc, char *argv[]) {
hex_init();
rand_init();
server_init();
wakeup_init();
peer_init();