From d935b195a2246fa24d35df7c6fc354ae628a6777 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 10 Jan 2013 15:51:33 +0100 Subject: Added attributes to nodes as well as messages for manipulating and transporting them. Switched debug interface to hugin. --- src/task.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/task.h') diff --git a/src/task.h b/src/task.h index 840e657..0c64c04 100644 --- a/src/task.h +++ b/src/task.h @@ -30,6 +30,7 @@ #include #include +#include typedef unsigned int taskid_t; typedef std::list TaskIdList; @@ -37,8 +38,7 @@ typedef std::list TaskIdList; typedef struct { taskid_t id; taskid_t parentid; - std::string title; - std::string desc; + std::map attributes; } task_t; #endif/*__MUNIA_TASK_H__*/ -- cgit v1.2.3