aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/timer.h')
-rw-r--r--include/odp/api/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/timer.h b/include/odp/api/timer.h
index 5b1490e..0dc9415 100644
--- a/include/odp/api/timer.h
+++ b/include/odp/api/timer.h
@@ -100,7 +100,7 @@ typedef struct {
uint64_t min_tmo; /**< Minimum relative timeout in nanoseconds */
uint64_t max_tmo; /**< Maximum relative timeout in nanoseconds */
uint32_t num_timers; /**< (Minimum) number of supported timers */
- int private; /**< Shared (false) or private (true) timer pool */
+ int priv; /**< Shared (false) or private (true) timer pool */
odp_timer_clk_src_t clk_src; /**< Clock source for timers */
} odp_timer_pool_param_t;