summaryrefslogtreecommitdiff
path: root/include/task.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-04 19:27:32 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-04 19:27:32 -0700
commit2690cb17a709c408105c3bb0e5815e5cb0aed818 (patch)
tree2abbc9085f7c6a4c982001d32b7aa8ae905b0879 /include/task.h
parent57f6fa6e1597728e0a62fa5d810352ac036aa7b2 (diff)
downloadconnman-2690cb17a709c408105c3bb0e5815e5cb0aed818.tar.gz
connman-2690cb17a709c408105c3bb0e5815e5cb0aed818.tar.bz2
connman-2690cb17a709c408105c3bb0e5815e5cb0aed818.zip
Add skeleton for task handling framework
Diffstat (limited to 'include/task.h')
-rw-r--r--include/task.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/include/task.h b/include/task.h
new file mode 100644
index 00000000..e31a4c37
--- /dev/null
+++ b/include/task.h
@@ -0,0 +1,39 @@
+/*
+ *
+ * Connection Manager
+ *
+ * Copyright (C) 2007-2009 Intel Corporation. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
+#ifndef __CONNMAN_TASK_H
+#define __CONNMAN_TASK_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/**
+ * SECTION:task
+ * @title: Task premitives
+ * @short_description: Functions for handling tasks
+ */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __CONNMAN_TASK_H */