aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_schedule_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_schedule_if.h')
-rw-r--r--platform/linux-generic/include/odp_schedule_if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_schedule_if.h b/platform/linux-generic/include/odp_schedule_if.h
index 8f39eec13..c7c5194cf 100644
--- a/platform/linux-generic/include/odp_schedule_if.h
+++ b/platform/linux-generic/include/odp_schedule_if.h
@@ -14,7 +14,7 @@
typedef struct schedule_fn_t {
int status_sync;
void (*pktio_start)(int pktio_index, int num_in_queue,
- int in_queue_idx[]);
+ int in_queue_idx[], odp_queue_t odpq[]);
int (*thr_add)(odp_schedule_group_t group, int thr);
int (*thr_rem)(odp_schedule_group_t group, int thr);
int (*num_grps)(void);