CCF
Loading...
Searching...
No Matches
lfs_ringbuffer_types.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
7
8namespace ccf::indexing
9{
20}
21
23 ccf::indexing::LFSMsg::store,
26
28 ccf::indexing::LFSMsg::get, ccf::indexing::LFSKey);
29
31 ccf::indexing::LFSMsg::response,
35 ccf::indexing::LFSMsg::not_found, ccf::indexing::LFSKey);
Definition indexer_interface.h:14
std::string LFSKey
Definition lfs_interface.h:17
std::vector< uint8_t > LFSEncryptedContents
Definition lfs_interface.h:18
LFSMsg
LFS-related ringbuffer messages.
Definition lfs_ringbuffer_types.h:12
@ DEFINE_RINGBUFFER_MSG_TYPE
Definition lfs_ringbuffer_types.h:13
uint32_t Message
Definition ring_buffer_types.h:19
#define DECLARE_RINGBUFFER_MESSAGE_PAYLOAD(MTYPE,...)
Definition ring_buffer_types.h:179