updating repository. Removing .Plo and .Po files that are generated automatically
[openmpi-llc.git] / opal / mca / timer / solaris / timer_solaris_component.c
bloba937f45ed70c9b75121073a7a2799775899cb93a
1 /*
2 * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
3 * University Research and Technology
4 * Corporation. All rights reserved.
5 * Copyright (c) 2004-2005 The University of Tennessee and The University
6 * of Tennessee Research Foundation. All rights
7 * reserved.
8 * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9 * University of Stuttgart. All rights reserved.
10 * Copyright (c) 2004-2005 The Regents of the University of California.
11 * All rights reserved.
12 * $COPYRIGHT$
14 * Additional copyrights may follow
16 * $HEADER$
19 #include "opal_config.h"
21 #include "opal/mca/timer/timer.h"
22 #include "opal/mca/timer/solaris/timer_solaris.h"
25 const opal_timer_base_component_1_0_0_t mca_timer_solaris_component = {
26 /* First, the mca_component_t struct containing meta information
27 about the component itself */
29 /* Indicate that we are a timer v1.0.0 component (which also
30 implies a specific MCA version) */
31 OPAL_TIMER_BASE_VERSION_1_0_0,
33 /* Component name and version */
34 "solaris",
35 OPAL_MAJOR_VERSION,
36 OPAL_MINOR_VERSION,
37 OPAL_RELEASE_VERSION,
39 /* Component open and close functions */
40 NULL,
41 NULL
44 /* Next the MCA v1.0.0 component meta data */
46 /* Whether the component is checkpointable or not */
47 true