Skip to content

Commit

Permalink
mem: shm - updated macros for mod stats api
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Mar 27, 2016
1 parent 66fc01f commit e5538f1
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 e5538f1

Please sign in to comment.