Genericize the rand code.

This commit is contained in:
Ian Gulliver
2016-02-21 15:56:07 -08:00
parent 6384e0f20d
commit 835a144d6e
3 changed files with 21 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ int main(int argc, char *argv[]) {
hex_init();
peer_init();
retry_init();
rand_init();
wakeup_init();
send_init();
@@ -117,7 +117,7 @@ int main(int argc, char *argv[]) {
peer_loop();
retry_cleanup();
rand_cleanup();
wakeup_cleanup();
send_cleanup();