aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/schedule.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-07-16 16:03:37 +0300
committerGitHub <noreply@github.com>2021-07-16 16:03:37 +0300
commit5f953128e03004479ffaac088563f6c509659269 (patch)
tree39eaf1d9260bff50a28b06d11338598fcb71c0cb /include/odp/api/spec/schedule.h
parent6c7ac017886e2f1f63a27871254326d7cd1b48d1 (diff)
parent3f95752f55b5b6f7dc2ad0e269fec757aa9009fa (diff)
Merge ODP v1.30.1.0v1.30.1.0_DPDK_19.11
Merge ODP linux-generic v1.30.1.0 into ODP-DPDK.
Diffstat (limited to 'include/odp/api/spec/schedule.h')
-rw-r--r--include/odp/api/spec/schedule.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/odp/api/spec/schedule.h b/include/odp/api/spec/schedule.h
index 9e96e0684..e07c92b7e 100644
--- a/include/odp/api/spec/schedule.h
+++ b/include/odp/api/spec/schedule.h
@@ -547,6 +547,14 @@ void odp_schedule_order_lock_start(uint32_t lock_index);
void odp_schedule_order_lock_wait(uint32_t lock_index);
/**
+ * Print debug info about scheduler
+ *
+ * Print implementation defined information about scheduler to the ODP log.
+ * The information is intended to be used for debugging.
+ */
+void odp_schedule_print(void);
+
+/**
* @}
*/