Motr  M0
service.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2012-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_RPC_SERVICE_H__
26 #define __MOTR_RPC_SERVICE_H__
27 
28 #include "rpc/session.h"
29 #include "rpc/item.h"
30 #include "reqh/reqh_service.h"
31 
43  uint64_t rps_magix;
44 };
45 
46 M0_INTERNAL int m0_rpc_service_register(void);
47 M0_INTERNAL void m0_rpc_service_unregister(void);
48 
55 M0_INTERNAL int
57  const struct m0_rpc_item *item,
58  struct m0_clink *clink,
59  struct m0_rpc_session **session);
60 
61 M0_INTERNAL void
63 
64 M0_INTERNAL void
66 
67 M0_INTERNAL int m0_rpc_session_status(struct m0_rpc_session *session);
68 
69 M0_INTERNAL struct m0_rpc_session *
71  const struct m0_rpc_item *item);
72 
73 M0_INTERNAL struct m0_reqh_service *
75 
79 #endif /* __MOTR_RPC_SERVICE_H__ */
80 
81 /*
82  * Local variables:
83  * c-indentation-style: "K&R"
84  * c-basic-offset: 8
85  * tab-width: 8
86  * fill-column: 80
87  * scroll-step: 1
88  * End:
89  */
uint64_t rps_magix
Definition: service.h:43
static struct m0_rpc_session session
Definition: formation2.c:38
static struct m0_rpc_item * item
Definition: item.c:56
M0_INTERNAL void m0_rpc_service_reverse_sessions_cleanup(struct m0_reqh_service *service)
Definition: service.c:243
M0_INTERNAL void m0_rpc_service_reverse_session_put(struct m0_rpc_session *sess)
Definition: service.c:220
M0_INTERNAL struct m0_reqh_service * m0_reqh_rpc_service_find(struct m0_reqh *reqh)
Definition: service.c:287
struct m0_tl rps_rev_conns
Definition: service.h:41
M0_INTERNAL int m0_rpc_session_status(struct m0_rpc_session *session)
Definition: service.c:281
Definition: tlist.h:251
M0_INTERNAL struct m0_rpc_session * m0_rpc_service_reverse_session_lookup(struct m0_reqh_service *service, const struct m0_rpc_item *item)
Definition: service.c:141
Definition: reqh.h:94
static struct m0_clink clink[RDWR_REQUEST_MAX]
struct m0_reqh_service rps_svc
Definition: service.h:39
M0_INTERNAL void m0_rpc_service_unregister(void)
Definition: service.c:134
struct m0_reqh reqh
Definition: rm_foms.c:48
M0_INTERNAL int m0_rpc_service_reverse_session_get(struct m0_reqh_service *service, const struct m0_rpc_item *item, struct m0_clink *clink, struct m0_rpc_session **session)
Definition: service.c:164
static struct m0_reqh_service * service[REQH_IN_UT_MAX]
Definition: long_lock_ut.c:46
M0_INTERNAL int m0_rpc_service_register(void)
Definition: service.c:128