From c38e0fba0a10d5af0bb25f674177cb6404f73991 Mon Sep 17 00:00:00 2001 From: Nate Straz Date: Tue, 13 Sep 2005 15:48:30 +0000 Subject: Copy btime and qarsh over from sistina-test tree --- btime/btime_int.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 btime/btime_int.h (limited to 'btime/btime_int.h') 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 */ -- cgit