summaryrefslogtreecommitdiff
path: root/src/ipcpd/unicast/psched.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/unicast/psched.h')
-rw-r--r--src/ipcpd/unicast/psched.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipcpd/unicast/psched.h b/src/ipcpd/unicast/psched.h
index d83bb793..8c2914b3 100644
--- a/src/ipcpd/unicast/psched.h
+++ b/src/ipcpd/unicast/psched.h
@@ -26,9 +26,9 @@
#include <ouroboros/ipcp-dev.h>
#include <ouroboros/fqueue.h>
-typedef void (* next_packet_fn_t)(int fd,
- qoscube_t qc,
- struct ssm_pk_buff * spb);
+typedef time_t (* next_packet_fn_t)(int fd,
+ qoscube_t qc,
+ struct ssm_pk_buff * spb);
typedef int (* read_fn_t)(int fd,
struct ssm_pk_buff ** spb);