mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 00:02:35 +02:00
Update vendor directory
This commit is contained in:
6
vendor/google.golang.org/grpc/stats/handlers.go
generated
vendored
6
vendor/google.golang.org/grpc/stats/handlers.go
generated
vendored
@ -140,12 +140,6 @@ func Start() {
|
||||
atomic.StoreInt32(on, 1)
|
||||
}
|
||||
|
||||
// Stop stops the stats collection and processing.
|
||||
// Stop does not unregister the handlers.
|
||||
func Stop() {
|
||||
atomic.StoreInt32(on, 0)
|
||||
}
|
||||
|
||||
// On indicates whether the stats collection and processing is on.
|
||||
func On() bool {
|
||||
return atomic.CompareAndSwapInt32(on, 1, 1)
|
||||
|
Reference in New Issue
Block a user