More structure for wakeup.

This commit is contained in:
Ian Gulliver
2016-02-20 23:56:40 -08:00
parent 0e8dd4007c
commit 71413f97e5
5 changed files with 42 additions and 3 deletions

View File

@@ -3,4 +3,5 @@
struct peer;
void wakeup_init();
void wakeup_cleanup();
void wakeup_add(struct peer *, int);