DASH  0.3.0
dart_config.h
Go to the documentation of this file.
1 #ifndef DART__IF__CONFIG_H__
2 #define DART__IF__CONFIG_H__
3 
5 #include <dash/dart/if/dart_util.h>
6 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
26 void dart_config(
27  dart_config_t ** config_out) DART_NOTHROW;
28 
29 #define DART_INTERFACE_OFF
30 
31 #ifdef __cplusplus
32 } /* extern "C" */
33 #endif
34 
35 #define DART_INTERFACE_ON
36 
37 #endif /* DART__IF__CONFIG_H__ */
void dart_config(dart_config_t **config_out)
Access the DART runtime configuration descriptor.