summaryrefslogtreecommitdiff
path: root/src/modules/dummy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/dummy.lua')
-rw-r--r--src/modules/dummy.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/dummy.lua b/src/modules/dummy.lua
index f8282a8..994de10 100644
--- a/src/modules/dummy.lua
+++ b/src/modules/dummy.lua
@@ -1,15 +1,15 @@
--
-- gcsd
--
--- gcsd the generic command sequencer daemon can be used to serialize
+-- gcsd the generic command sequencer daemon can be used to serialize
-- commands sent over various paralell communication channels to a
-- single command output. It can be seen as a multiplexer for any
-- kind of communication between a single resource and various clients
-- which want to submit commands to it or query information from it.
--- gcsd is written in C and Lua. The goal is to provide an easy to
+-- gcsd is written in C and Lua. The goal is to provide an easy to
-- understand high level API based on Lua which can be used to
-- implement the business logic of the so formed multiplexer daemon.
---
+--
--
-- Copyright (C) 2009-2010 Markus Grueneis <gimpf@spreadspace.org>
-- Christian Pointner <equinox@spreadspace.org>
@@ -52,7 +52,7 @@ function dummy:new(config, runtype)
handle.client_instance = nil
function handle:read() end
function handle:write() end
-
+
local client = {}
client.module_instance = inst
client.name = inst.name .. "#0"