aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_timer_internal.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2022-09-08 10:43:03 +0300
committerMatias Elo <matias.elo@nokia.com>2022-09-30 08:40:10 +0300
commit35a968a8c300785ac63255bbb8ae74c9d16c4e84 (patch)
tree761e27e153a3ccc1500684c8335ed4336a363f37 /platform/linux-generic/include/odp_timer_internal.h
parentb024c18782a1909694d4008489783d295a73c08d (diff)
linux-gen: pool: implement user area
Added new user area parameters and capabilities to buffer, timeout and vector events. Make event header initialization simpler and more explicit that it covers type specific headers as well. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'platform/linux-generic/include/odp_timer_internal.h')
-rw-r--r--platform/linux-generic/include/odp_timer_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/linux-generic/include/odp_timer_internal.h b/platform/linux-generic/include/odp_timer_internal.h
index b83591446..01ee4a0f3 100644
--- a/platform/linux-generic/include/odp_timer_internal.h
+++ b/platform/linux-generic/include/odp_timer_internal.h
@@ -35,6 +35,9 @@ typedef struct ODP_ALIGNED_CACHE odp_timeout_hdr_t {
/* User ptr inherited from parent timer */
const void *user_ptr;
+ /* User area pointer */
+ void *uarea_addr;
+
/* Parent timer */
odp_timer_t timer;