Motr  M0
keepalive.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2016-2020 Seagate Technology LLC and/or its Affiliates
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  * For any questions about this software or licensing,
18  * please email opensource@seagate.com or cortx-questions@seagate.com.
19  *
20  */
21 
22 
23 #pragma once
24 
25 #ifndef __MOTR_MOTR_KEEPALIVE_H__
26 #define __MOTR_MOTR_KEEPALIVE_H__
27 
34 #include "lib/types.h" /* m0_uint128 */
35 #include "lib/atomic.h" /* m0_atomic64 */
36 #include "ha/dispatcher.h" /* m0_ha_handler */
37 #include "xcode/xcode_attr.h" /* M0_XCA_RECORD */
38 
39 #include "lib/types_xc.h" /* m0_uint128_xc */
40 
43 } M0_XCA_RECORD M0_XCA_DOMAIN(rpc);
44 
47  uint64_t kap_counter;
48 } M0_XCA_RECORD M0_XCA_DOMAIN(rpc);
49 
54 };
55 
56 M0_INTERNAL int
58  struct m0_ha_dispatcher *hd);
59 M0_INTERNAL void
61 
63 #endif /* __MOTR_MOTR_KEEPALIVE_H__ */
64 
65 /*
66  * Local variables:
67  * c-indentation-style: "K&R"
68  * c-basic-offset: 8
69  * tab-width: 8
70  * fill-column: 80
71  * scroll-step: 1
72  * End:
73  */
74 /*
75  * vim: tabstop=8 shiftwidth=8 noexpandtab textwidth=80 nowrap
76  */
struct m0_uint128 kaq_id
Definition: keepalive.h:42
M0_INTERNAL int m0_ha_keepalive_handler_init(struct m0_ha_keepalive_handler *ka, struct m0_ha_dispatcher *hd)
Definition: keepalive.c:80
struct m0_ha_handler kah_handler
Definition: keepalive.h:52
struct m0_ha_dispatcher * kah_dispatcher
Definition: keepalive.h:51
struct m0_atomic64 kah_counter
Definition: keepalive.h:53
struct m0_uint128 kap_id
Definition: keepalive.h:46
M0_INTERNAL void m0_ha_keepalive_handler_fini(struct m0_ha_keepalive_handler *ka)
Definition: keepalive.c:96
struct m0_ha_keepalive_handler M0_XCA_DOMAIN