hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
proto_specific_query_executor.h
Go to the documentation of this file.
1
6
#ifndef IROHA_AMETSUCHI_PROTO_SPECIFIC_QUERY_EXECUTOR_H
7
#define IROHA_AMETSUCHI_PROTO_SPECIFIC_QUERY_EXECUTOR_H
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
struct
Iroha_ProtoQueryResponse
{
14
void
*
data
;
15
int
size
;
16
};
17
18
extern
struct
Iroha_ProtoQueryResponse
Iroha_ProtoSpecificQueryExecutorExecute
(
19
void *executor,
void
*
data
,
int
size
);
20
21
#ifdef __cplusplus
22
}
// extern "C"
23
#endif
24
25
#endif // IROHA_AMETSUCHI_PROTO_SPECIFIC_QUERY_EXECUTOR_H
Iroha_ProtoQueryResponse::size
int size
Definition:
proto_specific_query_executor.h:15
Iroha_ProtoQueryResponse
Definition:
proto_specific_query_executor.h:13
Iroha_ProtoSpecificQueryExecutorExecute
struct Iroha_ProtoQueryResponse Iroha_ProtoSpecificQueryExecutorExecute(void *executor, void *data, int size)
Definition:
proto_specific_query_executor.cpp:40
Iroha_ProtoQueryResponse::data
void * data
Definition:
proto_specific_query_executor.h:14
irohad
ametsuchi
impl
proto_specific_query_executor.h
Generated by
1.8.13