1
1

Adding exported libevent globabl variables to the opal_rename file.

Otherwise the varables case name conflicts.

This commit was SVN r26201.
Этот коммит содержится в:
Pavel Shamis 2012-03-27 17:26:21 +00:00
родитель 451af0e832
Коммит 39a55df333

Просмотреть файл

@ -3,6 +3,8 @@
* Copyright (c) 2004-2006 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2008-2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2012 UT-Battelle, LLC. All rights reserved.
*
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -370,6 +372,15 @@ extern "C" {
#define evsig_init opal_libevent2013_evsig_init
#define evsig_process opal_libevent2013_evsig_process
/* eventop */
#define evportops opal_libevent2013_evportops
#define selectops opal_libevent2013_selectops
#define pollops opal_libevent2013_pollops
#define epollops opal_libevent2013_epollops
#define kqops opal_libevent2013_kqops
#define devpollops opal_libevent2013_devpollops
#define win32ops opal_libevent2013_win32ops
#ifdef __cplusplus
}
#endif