Skip to content

Commit

Permalink
Add missing MAX_STACKDEPTH define on MUTEX_DEBUGGING build
Browse files Browse the repository at this point in the history
Corrected a small oversight when locking related code was moved from
src/lxc/utils.c to src/lxc/lxclock.c.

Signed-off-by: Stephen M Bennett <stephen_m_bennett@hotmail.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
hallyn committed May 6, 2014
1 parent e01a1f4 commit 5b28d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/lxc/lxclock.c
Expand Up @@ -37,6 +37,8 @@
#include <execinfo.h>
#endif

#define MAX_STACKDEPTH 25

#define OFLAG (O_CREAT | O_RDWR)
#define SEMMODE 0660
#define SEMVALUE 1
Expand Down
2 changes: 0 additions & 2 deletions src/lxc/utils.c
Expand Up @@ -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)
Expand Down

0 comments on commit 5b28d06

Please sign in to comment.