root/opal/mca/pmix/pmix4x/pmix/src/mca/pdl/base/pdl_base_close.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. pmix_pdl_base_close

   1 /*
   2  * Copyright (c) 2004-2010 The Trustees of Indiana University.
   3  *                         All rights reserved.
   4  * Copyright (c) 2015      Cisco Systems, Inc.  All rights reserved.
   5  * Copyright (c) 2016      Intel, Inc. All rights reserved.
   6  * $COPYRIGHT$
   7  *
   8  * Additional copyrights may follow
   9  *
  10  * $HEADER$
  11  */
  12 
  13 #include <src/include/pmix_config.h>
  14 
  15 #include "src/mca/mca.h"
  16 #include "src/mca/base/base.h"
  17 
  18 #include "src/mca/pdl/pdl.h"
  19 #include "src/mca/pdl/base/base.h"
  20 
  21 
  22 int pmix_pdl_base_close(void)
  23 {
  24     /* Close all available modules that are open */
  25     return pmix_mca_base_framework_components_close(&pmix_pdl_base_framework, NULL);
  26 }

/* [<][>][^][v][top][bottom][index][help] */