DAOS API (v2.1 - dev)
Loading...
Searching...
No Matches
daos.h
Go to the documentation of this file.
1/*
2 * (C) Copyright 2016-2021 Intel Corporation.
3 *
4 * SPDX-License-Identifier: BSD-2-Clause-Patent
5 */
12#ifndef __DAOS_H__
13#define __DAOS_H__
14
15#include <daos_version.h>
16#include <daos_types.h>
17#include <daos_event.h>
18
19#include <daos_obj.h>
20#include <daos_array.h>
21#include <daos_kv.h>
22#include <daos_prop.h>
23#include <daos_cont.h>
24#include <daos_pool.h>
25#include <daos_mgmt.h>
26#include <daos_security.h>
27
28#include <daos_api.h>
29#if defined(__cplusplus)
30extern "C" {
31#endif
32
37int
39
46int
48
49#if defined(__cplusplus)
50}
51#endif
52
53#endif /* __DAOS_H__ */
int daos_init(void)
int daos_fini(void)