Genericize the rand code.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user