API Reference Manual 1.51.0
Loading...
Searching...
No Matches
orchestrator.h
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright (c) 2025 Nokia
3 */
4
7#ifndef ORCHESTRATOR_H_
8#define ORCHESTRATOR_H_
9
10#include <odp_api.h>
11
12odp_bool_t orchestrator_init(void);
13
14void orchestrator_deploy(void);
15
16void orchestrator_destroy(void);
17
18#endif
bool odp_bool_t
Boolean type.
The OpenDataPlane API.