diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-07-26 17:13:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-07-26 17:13:42 (GMT) |
commit | 1324242685b63a511be3b3625f78e1ebf2dafc76 (patch) | |
tree | b83d4947415757fba945b7a91a25230c9d044144 | |
parent | c6bbdfbdde366bfbb37858e7dc9e0fc351595023 (diff) |
moved sources to src/
-rw-r--r-- | .gitignore | 16 | ||||
-rw-r--r-- | src/Makefile (renamed from Makefile) | 0 | ||||
-rw-r--r-- | src/client_list.c (renamed from client_list.c) | 0 | ||||
-rw-r--r-- | src/client_list.h (renamed from client_list.h) | 0 | ||||
-rw-r--r-- | src/command_queue.c (renamed from command_queue.c) | 0 | ||||
-rw-r--r-- | src/command_queue.h (renamed from command_queue.h) | 0 | ||||
-rwxr-xr-x | src/configure (renamed from configure) | 0 | ||||
-rw-r--r-- | src/daemon.h (renamed from daemon.h) | 0 | ||||
-rw-r--r-- | src/datatypes.h (renamed from datatypes.h) | 0 | ||||
-rw-r--r-- | src/health-watch.lua (renamed from health-watch.lua) | 0 | ||||
-rw-r--r-- | src/heartbeatclient.c (renamed from heartbeatclient.c) | 0 | ||||
-rw-r--r-- | src/key_value_storage.c (renamed from key_value_storage.c) | 0 | ||||
-rw-r--r-- | src/key_value_storage.h (renamed from key_value_storage.h) | 0 | ||||
-rw-r--r-- | src/l_cmd.c (renamed from l_cmd.c) | 0 | ||||
-rw-r--r-- | src/l_cmd.h (renamed from l_cmd.h) | 0 | ||||
-rw-r--r-- | src/l_log.c (renamed from l_log.c) | 0 | ||||
-rw-r--r-- | src/l_log.h (renamed from l_log.h) | 0 | ||||
-rw-r--r-- | src/l_sig_handler.c (renamed from l_sig_handler.c) | 0 | ||||
-rw-r--r-- | src/l_sig_handler.h (renamed from l_sig_handler.h) | 0 | ||||
-rw-r--r-- | src/log.c (renamed from log.c) | 0 | ||||
-rw-r--r-- | src/log.h (renamed from log.h) | 0 | ||||
-rw-r--r-- | src/log_targets.h (renamed from log_targets.h) | 0 | ||||
-rw-r--r-- | src/luaclient.c (renamed from luaclient.c) | 0 | ||||
-rw-r--r-- | src/mode-tcpserver.lua (renamed from mode-tcpserver.lua) | 0 | ||||
-rw-r--r-- | src/mode-watch.lua (renamed from mode-watch.lua) | 0 | ||||
-rw-r--r-- | src/options.c (renamed from options.c) | 0 | ||||
-rw-r--r-- | src/options.h (renamed from options.h) | 0 | ||||
-rw-r--r-- | src/serialclient.c (renamed from serialclient.c) | 0 | ||||
-rw-r--r-- | src/sig_handler.c (renamed from sig_handler.c) | 0 | ||||
-rw-r--r-- | src/sig_handler.h (renamed from sig_handler.h) | 0 | ||||
-rw-r--r-- | src/silence-watch.lua (renamed from silence-watch.lua) | 0 | ||||
-rw-r--r-- | src/stdioclient.c (renamed from stdioclient.c) | 0 | ||||
-rw-r--r-- | src/string_list.c (renamed from string_list.c) | 0 | ||||
-rw-r--r-- | src/string_list.h (renamed from string_list.h) | 0 | ||||
-rw-r--r-- | src/switchctl.c (renamed from switchctl.c) | 0 | ||||
-rw-r--r-- | src/utils.c (renamed from utils.c) | 0 | ||||
-rw-r--r-- | src/utils.h (renamed from utils.h) | 0 | ||||
-rw-r--r-- | src/utils.lua (renamed from utils.lua) | 0 |
38 files changed, 8 insertions, 8 deletions
@@ -1,9 +1,9 @@ -*.d -*.o -include.mk -switchctl -serialclient -stdioclient -heartbeatclient -luaclient +src/*.d +src/*.o +src/include.mk +src/switchctl +src/serialclient +src/stdioclient +src/heartbeatclient +src/luaclient diff --git a/client_list.c b/src/client_list.c index 141a3a4..141a3a4 100644 --- a/client_list.c +++ b/src/client_list.c diff --git a/client_list.h b/src/client_list.h index 2f3d5f2..2f3d5f2 100644 --- a/client_list.h +++ b/src/client_list.h diff --git a/command_queue.c b/src/command_queue.c index b72d05e..b72d05e 100644 --- a/command_queue.c +++ b/src/command_queue.c diff --git a/command_queue.h b/src/command_queue.h index 4cdcf9f..4cdcf9f 100644 --- a/command_queue.h +++ b/src/command_queue.h diff --git a/configure b/src/configure index 83fe4d3..83fe4d3 100755 --- a/configure +++ b/src/configure diff --git a/datatypes.h b/src/datatypes.h index 3a72adc..3a72adc 100644 --- a/datatypes.h +++ b/src/datatypes.h diff --git a/health-watch.lua b/src/health-watch.lua index 082c19d..082c19d 100644 --- a/health-watch.lua +++ b/src/health-watch.lua diff --git a/heartbeatclient.c b/src/heartbeatclient.c index 3fe8423..3fe8423 100644 --- a/heartbeatclient.c +++ b/src/heartbeatclient.c diff --git a/key_value_storage.c b/src/key_value_storage.c index c6341e6..c6341e6 100644 --- a/key_value_storage.c +++ b/src/key_value_storage.c diff --git a/key_value_storage.h b/src/key_value_storage.h index 851897f..851897f 100644 --- a/key_value_storage.h +++ b/src/key_value_storage.h diff --git a/l_sig_handler.c b/src/l_sig_handler.c index 1be30ce..1be30ce 100644 --- a/l_sig_handler.c +++ b/src/l_sig_handler.c diff --git a/l_sig_handler.h b/src/l_sig_handler.h index 447b95e..447b95e 100644 --- a/l_sig_handler.h +++ b/src/l_sig_handler.h diff --git a/log_targets.h b/src/log_targets.h index b6c3ae5..b6c3ae5 100644 --- a/log_targets.h +++ b/src/log_targets.h diff --git a/luaclient.c b/src/luaclient.c index 901d509..901d509 100644 --- a/luaclient.c +++ b/src/luaclient.c diff --git a/mode-tcpserver.lua b/src/mode-tcpserver.lua index 26e42e2..26e42e2 100644 --- a/mode-tcpserver.lua +++ b/src/mode-tcpserver.lua diff --git a/mode-watch.lua b/src/mode-watch.lua index cf716cb..cf716cb 100644 --- a/mode-watch.lua +++ b/src/mode-watch.lua diff --git a/options.c b/src/options.c index 7faa3ce..7faa3ce 100644 --- a/options.c +++ b/src/options.c diff --git a/options.h b/src/options.h index 450c8f2..450c8f2 100644 --- a/options.h +++ b/src/options.h diff --git a/serialclient.c b/src/serialclient.c index 18d62db..18d62db 100644 --- a/serialclient.c +++ b/src/serialclient.c diff --git a/sig_handler.c b/src/sig_handler.c index 02dbcb0..02dbcb0 100644 --- a/sig_handler.c +++ b/src/sig_handler.c diff --git a/sig_handler.h b/src/sig_handler.h index 3acd53a..3acd53a 100644 --- a/sig_handler.h +++ b/src/sig_handler.h diff --git a/silence-watch.lua b/src/silence-watch.lua index 0a2ebe2..0a2ebe2 100644 --- a/silence-watch.lua +++ b/src/silence-watch.lua diff --git a/stdioclient.c b/src/stdioclient.c index 670758a..670758a 100644 --- a/stdioclient.c +++ b/src/stdioclient.c diff --git a/string_list.c b/src/string_list.c index 5e0ddf8..5e0ddf8 100644 --- a/string_list.c +++ b/src/string_list.c diff --git a/string_list.h b/src/string_list.h index 9e210ae..9e210ae 100644 --- a/string_list.h +++ b/src/string_list.h diff --git a/switchctl.c b/src/switchctl.c index f3daab0..f3daab0 100644 --- a/switchctl.c +++ b/src/switchctl.c diff --git a/utils.lua b/src/utils.lua index 6d1e3a0..6d1e3a0 100644 --- a/utils.lua +++ b/src/utils.lua |