]> git.proxmox.com Git - mirror_lxcfs.git/commit - bindings.c
bindings: improve debugging
authorChristian Brauner <cbrauner@suse.de>
Wed, 24 Aug 2016 13:43:49 +0000 (15:43 +0200)
committerChristian Brauner <cbrauner@suse.de>
Wed, 24 Aug 2016 13:52:16 +0000 (15:52 +0200)
commit7dd6560a9b506c83c1a577e620ca0e81f0c6a9dd
treea14505e4259db28adf984db9c1b6512de3327bd4
parentc5adff3392e7ec153c7448cfa61baceec7019651
bindings: improve debugging

- replace multiple DEBUG ifdefines with a single ifdefine at the top
- ifdefine lxcfs_debug() macro function that expands to nothing when -DDEBUG is
  not given

Signed-off-by: Christian Brauner <cbrauner@suse.de>
bindings.c