yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_ypgrpc_state.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2008 - 2012, Andy Bierman, All Rights Reserved.
3 * Copyright (c) 2012 - 2021, YumaWorks, Inc., All Rights Reserved.
4 *
5 * Unless required by applicable law or agreed to in writing,
6 * software distributed under the License is distributed on an
7 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8 * KIND, either express or implied. See the License for the
9 * specific language governing permissions and limitations
10 * under the License.
11 *
12 */
13#ifdef WITH_GRPC
14#ifndef _agt_grpc_state
15#define _agt_grpc_state
16
83#include <xmlstring.h>
84
85#include "procdefs.h"
86#include "dlq.h"
87#include "ncxtypes.h"
88#include "op.h"
89#include "status.h"
90#include "val.h"
91
92#ifdef __cplusplus
93extern "C" {
94#endif
95
96
115extern status_t
117
118
126extern void agt_ypgrpc_state_cleanup (void);
127
128
131#ifdef __cplusplus
132} /* end extern 'C' */
133#endif
134
135#endif
136#endif // WITH_GRPC
dlq provides general double-linked list and queue support:
status_t agt_ypgrpc_state_init(void)
Phase 1: Initialize the yumaworks-grpc-mon server instrumentation library.
Definition: agt_ypgrpc_state.c:1167
void agt_ypgrpc_state_cleanup(void)
Cleanup the yumaworks-grpc-mon server instrumentation library.
Definition: agt_ypgrpc_state.c:1251
status_t
global error return code
Definition: status_enum.h:210
YANG module data structures Many internal representations of YANG module constructs.
NETCONF protocol operations.
Global error messages for status code enumerations.
Value Node Basic Support.