ctdb-include: Move include/internal/cmdline.h to common/
authorAmitay Isaacs <amitay@gmail.com>
Tue, 13 Oct 2015 04:19:59 +0000 (15:19 +1100)
committerMartin Schwenke <martins@samba.org>
Fri, 30 Oct 2015 01:00:27 +0000 (02:00 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/common/cmdline.c
ctdb/common/cmdline.h [moved from ctdb/include/internal/cmdline.h with 100% similarity]
ctdb/server/ctdb_recoverd.c
ctdb/server/ctdbd.c
ctdb/tools/ctdb.c

index 7fcb91f83a8c1cc68902574ef54014fa8f0ea06b..b3af7e661ed23ae1815818e6ef2f0370e5ffe4ae 100644 (file)
@@ -25,7 +25,7 @@
 #include "../common/rb_tree.h"
 #include <ctype.h>
 
-#include "internal/cmdline.h"
+#include "common/cmdline.h"
 
 /* Handle common command line options for ctdb test progs
  */
index 61658c633e4075972d6037a6a2bbc589cab8f66c..0f30153fc13f30e7b963e8f3cf0c2fedd0994b78 100644 (file)
@@ -23,7 +23,7 @@
 #include "system/network.h"
 #include "system/wait.h"
 #include "popt.h"
-#include "cmdline.h"
+#include "common/cmdline.h"
 #include "../include/ctdb_client.h"
 #include "../include/ctdb_private.h"
 #include "lib/tdb_wrap/tdb_wrap.h"
index aebbc041ad12feb115ffb2fed434eb5344c424c0..55db1fc3454d754813542519715c7dcaf37dc0a1 100644 (file)
@@ -23,7 +23,7 @@
 #include "system/time.h"
 #include "system/wait.h"
 #include "system/network.h"
-#include "cmdline.h"
+#include "common/cmdline.h"
 #include "../include/ctdb_private.h"
 #include "common/reqid.h"
 #include "common/system.h"
index 5e676f721793c4bfc88165d40d272122914c6931..b4aa05045bf2e427ea203f9487d2adcead0eea71 100644 (file)
@@ -24,7 +24,7 @@
 #include "system/network.h"
 #include "system/locale.h"
 #include "popt.h"
-#include "cmdline.h"
+#include "common/cmdline.h"
 #include "../include/ctdb_version.h"
 #include "../include/ctdb_client.h"
 #include "../include/ctdb_private.h"