Commit 5b28d063 by Serge Hallyn

Add missing MAX_STACKDEPTH define on MUTEX_DEBUGGING build

Corrected a small oversight when locking related code was moved from src/lxc/utils.c to src/lxc/lxclock.c. Signed-off-by: 's avatarStephen M Bennett <stephen_m_bennett@hotmail.com> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent e01a1f46
......@@ -37,6 +37,8 @@
#include <execinfo.h>
#endif
#define MAX_STACKDEPTH 25
#define OFLAG (O_CREAT | O_RDWR)
#define SEMMODE 0660
#define SEMVALUE 1
......
......@@ -44,8 +44,6 @@
#include "log.h"
#include "lxclock.h"
#define MAX_STACKDEPTH 25
lxc_log_define(lxc_utils, lxc);
static int _recursive_rmdir_onedev(char *dirname, dev_t pdev)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment