LLURecord.ice
Go to the documentation of this file.
1// **********************************************************************
2//
3// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved.
4//
5// This copy of Ice is licensed to you under the terms described in the
6// ICE_LICENSE file included in this distribution.
7//
8// **********************************************************************
9
10#pragma once
11
12[[ "ice-prefix", "cpp:header-ext:h" ]]
13
14 module IceStormElection
15{
16
17 /** A struct used for marking the last log update. */
18 struct LogUpdate
19 {
20 /** The generation. */
22 /** The iteration within this generation. */
24 }
25}