forked from TrueCloudLab/frostfs-node
[#265] innerring: Generate new audit event
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
8c4e033db3
commit
87e1252065
8 changed files with 158 additions and 1 deletions
5
pkg/innerring/processors/audit/process.go
Normal file
5
pkg/innerring/processors/audit/process.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package audit
|
||||
|
||||
func (ap *Processor) processStartAudit(epoch uint64) {
|
||||
ap.log.Info("flushing left audit results and refilling queue")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue