Revision cc6cc460 include/FedReplicaManager.h
include/FedReplicaManager.h | ||
---|---|---|
146 | 146 |
return frm_thread; |
147 | 147 |
}; |
148 | 148 |
|
149 |
/** |
|
150 |
* Return the last index of the fed log |
|
151 |
*/ |
|
152 |
int get_last_index() const |
|
153 |
{ |
|
154 |
return last_index; |
|
155 |
} |
|
156 |
|
|
149 | 157 |
private: |
150 | 158 |
friend void * frm_loop(void *arg); |
151 | 159 |
|
Also available in: Unified diff