X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libringbuffer%2Fshm.h;h=22d3accc1b5779e10c5bbfb969acffd5196809bb;hb=38fae1d354502ffb37f471fbd0fef03412606cc0;hp=45b6473d6fb0e9cee2a8e4c551e4d421912b020c;hpb=92462b01cae094cbb15052c3a4775071319121fb;p=lttng-ust.git diff --git a/libringbuffer/shm.h b/libringbuffer/shm.h index 45b6473d..22d3accc 100644 --- a/libringbuffer/shm.h +++ b/libringbuffer/shm.h @@ -77,7 +77,7 @@ struct shm_ref zalloc_shm(struct shm_object *obj, size_t len); void align_shm(struct shm_object *obj, size_t align); static inline -int shm_get_wakeup_fd(struct shm_handle *handle, struct shm_ref *ref) +int shm_get_wakeup_fd(struct lttng_ust_shm_handle *handle, struct shm_ref *ref) { struct shm_object_table *table = handle->table; struct shm_object *obj; @@ -92,7 +92,7 @@ int shm_get_wakeup_fd(struct shm_handle *handle, struct shm_ref *ref) } static inline -int shm_get_wait_fd(struct shm_handle *handle, struct shm_ref *ref) +int shm_get_wait_fd(struct lttng_ust_shm_handle *handle, struct shm_ref *ref) { struct shm_object_table *table = handle->table; struct shm_object *obj; @@ -106,7 +106,7 @@ int shm_get_wait_fd(struct shm_handle *handle, struct shm_ref *ref) } static inline -int shm_get_object_data(struct shm_handle *handle, struct shm_ref *ref, +int shm_get_object_data(struct lttng_ust_shm_handle *handle, struct shm_ref *ref, int *shm_fd, int *wait_fd, uint64_t *memory_map_size) { struct shm_object_table *table = handle->table;