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)
30
extern
"C"
{
31
#endif
32
37
int
38
daos_init
(
void
);
39
46
int
47
daos_fini
(
void
);
48
49
#if defined(__cplusplus)
50
}
51
#endif
52
53
#endif
/* __DAOS_H__ */
daos_init
int daos_init(void)
daos_fini
int daos_fini(void)
daos_api.h
daos_array.h
daos_cont.h
daos_kv.h
daos_security.h
src
include
daos.h
Generated by
1.12.0