summaryrefslogtreecommitdiff
path: root/common.h
blob: 9be70086ba03d4764e9fdd668a448ea2968178f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @file     common.h
 * @Author   Michael Kosyakov and Evgeniy Ivanov (ifmo.distributedclass@gmail.com)
 * @date     March, 2014
 * @brief    Common definitions and constants for for programming assignments
 *
 * Students must not modify this file!
 */

#ifndef __IFMO_DISTRIBUTED_CLASS_COMMON__H
#define __IFMO_DISTRIBUTED_CLASS_COMMON__H

// Not extern for simplicity only
static const char * const events_log = "events.log";
static const char * const pipes_log = "pipes.log";

#endif // __IFMO_DISTRIBUTED_CLASS_COMMON__H