summaryrefslogtreecommitdiff
path: root/child.h
blob: 1aecf78cedebfd85a85a3a5322795e12e96ca697 (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 "dist.h"

void child_workflow( dist_info_t *info, uint8_t id );

#endif // __IFMO_DISTRIBUTED_CLASS_CHILD__H