From 43614f5d7e0d18f553c0ee2a4e195d7b8f63be1f Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 17 May 2005 08:02:30 +0000 Subject: Rewritten maps and other updated files. --- runtime/runtime.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index ee92c8dc..d420fc1f 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -5,6 +5,7 @@ */ #include +#include #include #include #include @@ -21,6 +22,13 @@ #define dbug(args...) ; +/* atomic globals */ +static atomic_t _stp_transport_failures = ATOMIC_INIT (0); + +/* some relayfs defaults that don't belong here */ +static unsigned n_subbufs = 4; +static unsigned subbuf_size = 65536; + #include "print.c" #endif /* _RUNTIME_H_ */ -- cgit