/* * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #ifndef ORTE_STATE_DB_H #define ORTE_STATE_DB_H #include "orte/mca/state/state.h" BEGIN_C_DECLS /* * Module open / close */ int orte_state_db_component_open(void); int orte_state_db_component_close(void); int orte_state_db_component_query(mca_base_module_t **module, int *priority); ORTE_MODULE_DECLSPEC extern orte_state_base_component_t mca_state_db_component; ORTE_DECLSPEC extern orte_state_base_module_t orte_state_db_module; extern char *orte_state_db_directory; END_C_DECLS #endif /* ORTE_STATE_DB_H */