Split out rand

This commit is contained in:
Ian Gulliver
2016-02-22 14:45:18 -08:00
parent f255170967
commit 16685b8d05
6 changed files with 37 additions and 28 deletions

View File

@@ -5,9 +5,6 @@
#include <unistd.h>
#include <assert.h>
#include "common.h"
#include "wakeup.h"
#include "incoming.h"
#include "outgoing.h"
@@ -18,7 +15,10 @@
#include "json.h"
#include "stats.h"
#include "rand.h"
#include "opts.h"
#include "common.h"
#include "wakeup.h"
static void print_usage(const char *name) {
fprintf(stderr,