1
1

event: remove opal_async_event_base

opal_async_event_base is not used anywhere.  The opal_progress_thread
API should be used instead.
Этот коммит содержится в:
Jeff Squyres 2015-08-07 07:52:11 -07:00
родитель 09f7434491
Коммит 9e1e563120
3 изменённых файлов: 3 добавлений и 6 удалений

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

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2014-2015 Intel, Inc. All rights reserved. * Copyright (c) 2014-2015 Intel, Inc. All rights reserved.
* $COPYRIGHT$ * $COPYRIGHT$
* *
@ -65,7 +65,6 @@ static int opal_event_base_close(void)
* Globals * Globals
*/ */
opal_event_base_t *opal_sync_event_base=NULL; opal_event_base_t *opal_sync_event_base=NULL;
opal_event_base_t *opal_async_event_base=NULL;
static int opal_event_base_open(mca_base_open_flag_t flags) static int opal_event_base_open(mca_base_open_flag_t flags)
{ {

3
opal/mca/event/external/external.h поставляемый
Просмотреть файл

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2013 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2011-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved. * Copyright (c) 2013 Los Alamos National Security, LLC. All rights reserved.
* Copyright (c) 2015 Intel, Inc. All rights reserved. * Copyright (c) 2015 Intel, Inc. All rights reserved.
* *
@ -29,7 +29,6 @@ typedef struct event_base opal_event_base_t;
typedef struct event opal_event_t; typedef struct event opal_event_t;
OPAL_DECLSPEC extern opal_event_base_t *opal_sync_event_base; OPAL_DECLSPEC extern opal_event_base_t *opal_sync_event_base;
OPAL_DECLSPEC extern opal_event_base_t *opal_async_event_base;
#define OPAL_EV_TIMEOUT EV_TIMEOUT #define OPAL_EV_TIMEOUT EV_TIMEOUT
#define OPAL_EV_READ EV_READ #define OPAL_EV_READ EV_READ

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

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2010 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012-2013 Los Alamos National Security, LLC. * Copyright (c) 2012-2013 Los Alamos National Security, LLC.
* All rights reserved. * All rights reserved.
@ -68,7 +68,6 @@ typedef struct event_base opal_event_base_t;
typedef struct event opal_event_t; typedef struct event opal_event_t;
OPAL_DECLSPEC extern opal_event_base_t *opal_sync_event_base; OPAL_DECLSPEC extern opal_event_base_t *opal_sync_event_base;
OPAL_DECLSPEC extern opal_event_base_t *opal_async_event_base;
#define OPAL_EV_TIMEOUT EV_TIMEOUT #define OPAL_EV_TIMEOUT EV_TIMEOUT
#define OPAL_EV_READ EV_READ #define OPAL_EV_READ EV_READ