Skip to content

Commit

Permalink
mem: shm - updated macros for mod stats api
Browse files Browse the repository at this point in the history
(cherry picked from commit e5538f1)
  • Loading branch information
miconda committed Mar 28, 2016
1 parent 21cb1bf commit ef8ee4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mem/shm.h
Expand Up @@ -73,8 +73,8 @@ extern sr_shm_api_t _shm_root;
# define shm_info(mi) _shm_root.xinfo(_shm_root.mem_block, mi)
# define shm_available() _shm_root.xavailable(_shm_root.mem_block)
# define shm_sums() _shm_root.xsums(_shm_root.mem_block)
# define shm_mod_get_stats(x) _shm_root.xstats(_shm_root.mem_block, x)
# define shm_mod_free_stats(x) _shm_root.xfstats(x)
# define shm_mod_get_stats(x) _shm_root.xmodstats(_shm_root.mem_block, x)
# define shm_mod_free_stats(x) _shm_root.xfmodstats(x)


void* shm_core_get_pool(void);
Expand Down

0 comments on commit ef8ee4c

Please sign in to comment.