diff options
Diffstat (limited to 'lib/mm/memlock.c')
-rw-r--r-- | lib/mm/memlock.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mm/memlock.c b/lib/mm/memlock.c index 60686ea5f..34a6efff5 100644 --- a/lib/mm/memlock.c +++ b/lib/mm/memlock.c @@ -638,3 +638,8 @@ void memlock_unlock(struct cmd_context *cmd) } #endif + +int memlock_count_daemon() +{ + return _memlock_count_daemon; +} |