Skip to content

Commit

Permalink
core: mem/shm - use module stats fields for init of managers
Browse files Browse the repository at this point in the history
(cherry picked from commit 26dbc87)
  • Loading branch information
miconda committed Mar 28, 2016
1 parent 7924917 commit 7c521fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mem/shm.c
Expand Up @@ -221,8 +221,8 @@ int shm_init_api(sr_shm_api_t *ap)
_shm_root.xavailable = ap->xavailable;
_shm_root.xsums = ap->xsums;
_shm_root.xdestroy = ap->xdestroy;
_shm_root.xstats = ap->xstats;
_shm_root.xfstats = ap->xfstats;
_shm_root.xmodstats = ap->xmodstats;
_shm_root.xfmodstats = ap->xfmodstats;
return 0;

}
Expand Down

0 comments on commit 7c521fc

Please sign in to comment.