Rejig signature of last remote wal

This commit is contained in:
Jeff Mitchell 2017-03-01 12:42:10 -05:00
parent 6ebb2cc958
commit 00cfaf7f64
1 changed files with 1 additions and 1 deletions

View File

@ -1734,6 +1734,6 @@ func (c *Core) AuditedHeadersConfig() *AuditedHeadersConfig {
return c.auditedHeaders
}
func (c *Core) lastRemoteWALImpl() uint64 {
func lastRemoteWALImpl(c *Core) uint64 {
return 0
}