summaryrefslogtreecommitdiff
path: root/parent.h
blob: f30ce2e1f706f5607dba4d8d9ffc3499cd7e8a5e (plain)
1
2
3
4
5
6
7
8
#ifndef __IFMO_DISTRIBUTED_CLASS_PARENT__H
#define __IFMO_DISTRIBUTED_CLASS_PARENT__H

#include "dist.h"

void parent_workflow( dist_info_t *info );

#endif // __IFMO_DISTRIBUTED_CLASS_PARENT__H