summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/common.h b/common.h
new file mode 100644
index 0000000..9be7008
--- /dev/null
+++ b/common.h
@@ -0,0 +1,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