1
1
openmpi/orte/mca/db/hash/db_hash.h

25 строки
506 B
C

/*
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2012 Los Alamos National Security, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#ifndef ORTE_DB_HASH_H
#define ORTE_DB_HASH_H
#include "orte/mca/db/db.h"
BEGIN_C_DECLS
ORTE_MODULE_DECLSPEC extern orte_db_base_component_t mca_db_hash_component;
ORTE_DECLSPEC extern orte_db_base_module_t orte_db_hash_module;
END_C_DECLS
#endif /* ORTE_DB_HASH_H */