#ifndef _RUNTIME_H_ #define _RUNTIME_H_ /** @file runtime.h * @brief Main include file for runtime functions. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #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" #include "string.c" #endif /* _RUNTIME_H_ */