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. */
21  long generation;
22  /** The iteration within this generation. */
23  long iteration;
24 }
25 
26 }
IceStormElection
Definition: DBTypes.ice:17
IceStormElection::LogUpdate::iteration
long iteration
The iteration within this generation.
Definition: LLURecord.ice:23
IceStormElection::LogUpdate::generation
long generation
The generation.
Definition: LLURecord.ice:21