summaryrefslogtreecommitdiff
path: root/child.h
diff options
context:
space:
mode:
Diffstat (limited to 'child.h')
-rw-r--r--child.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/child.h b/child.h
new file mode 100644
index 0000000..0af7ab4
--- /dev/null
+++ b/child.h
@@ -0,0 +1,10 @@
+#ifndef __IFMO_DISTRIBUTED_CLASS_CHILD__H
+#define __IFMO_DISTRIBUTED_CLASS_CHILD__H
+
+#include <stdint.h>
+
+#include "main.h"
+
+void child_workflow( dist_info_t *info, uint8_t id );
+
+#endif // __IFMO_DISTRIBUTED_CLASS_CHILD__H