1 /* 2 * Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. 3 * Copyright (c) 2012 Los Alamos National Security, LLC. 4 * All rights reserved. 5 * $COPYRIGHT$ 6 * 7 * Additional copyrights may follow 8 * 9 * $HEADER$ 10 */ 11 12 #ifndef OPAL_EVENT_BASE_H 13 #define OPAL_EVENT_BASE_H 14 15 #include "opal_config.h" 16 17 #include "opal/class/opal_pointer_array.h" 18 #include "opal/mca/base/base.h" 19 #include "opal/mca/event/event.h" 20 21 /* 22 * Global functions for MCA overall event open and close 23 */ 24 25 BEGIN_C_DECLS 26 27 /** 28 * Event framework 29 */ 30 OPAL_DECLSPEC extern mca_base_framework_t opal_event_base_framework; 31 32 END_C_DECLS 33 34 #endif /* OPAL_BASE_EVENT_H */