summaryrefslogtreecommitdiff
path: root/child.h
blob: 0af7ab43320e59d02427531c4994d7a5d691bbb5 (plain)
1
2
3
4
5
6
7
8
9
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