Messaging

- Migrated taskd messaging code over, for client-side communications.
This commit is contained in:
Paul Beckingham 2012-10-06 09:03:27 -04:00
parent b5e90f08d8
commit ce2f7054f7
6 changed files with 301 additions and 2 deletions

View file

@ -7,8 +7,9 @@ include_directories (${CMAKE_SOURCE_DIR}
${TASK_INCLUDE_DIRS})
set (test_SRCS autocomplete.t color.t config.t date.t directory.t dom.t
duration.t file.t i18n.t json.t list.t nibbler.t path.t rx.t
t.t t2.t taskmod.t tdb2.t text.t uri.t util.t view.t json_test)
duration.t file.t i18n.t json.t list.t msg.t nibbler.t path.t
rx.t t.t t2.t taskmod.t tdb2.t text.t uri.t util.t view.t
json_test)
message ("-- Configuring run_all")
set (TESTBLOB "*.t")