summaryrefslogtreecommitdiff
path: root/main.h
blob: 42e288e47fdc88f099d566bfcc94295db4b0a914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __IFMO_DISTRIBUTED_CLASS_MAIN__H
#define __IFMO_DISTRIBUTED_CLASS_MAIN__H

#include <stdio.h>
#include <stdint.h>
#include <sys/types.h>
#include <unistd.h>

#define MAX_X       ( 10 )
#define MAX_PROCCNT ( MAX_X + 1 )

#endif // __IFMO_DISTRIBUTED_CLASS_MAIN__H