summaryrefslogtreecommitdiffstats
path: root/btime/btime_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'btime/btime_int.h')
-rw-r--r--btime/btime_int.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/btime/btime_int.h b/btime/btime_int.h
new file mode 100644
index 0000000..b2cafcd
--- /dev/null
+++ b/btime/btime_int.h
@@ -0,0 +1,12 @@
+/*
+ * btime_int.h --
+ */
+
+#ifndef __BTIME_INT_H
+#define __BTIME_INT_H
+
+#define BTIME_PORT 23456
+#define BTIME_MSGLEN 128
+#define MAX_RETRY 5
+
+#endif /* __BTIME_INT_H */