mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
10 lines
161 B
Go
10 lines
161 B
Go
|
package filestream
|
||
|
|
||
|
func (st *streamTracker) adviseDontNeed(n int, fdatasync bool) error {
|
||
|
return nil
|
||
|
}
|
||
|
|
||
|
func (st *streamTracker) close() error {
|
||
|
return nil
|
||
|
}
|