ruby/proto/gitaly/server_services_pb.rb in gitaly-14.8.0.pre.rc1 vs ruby/proto/gitaly/server_services_pb.rb in gitaly-14.8.0
- old
+ new
@@ -14,9 +14,12 @@
self.unmarshal_class_method = :decode
self.service_name = 'gitaly.ServerService'
rpc :ServerInfo, ::Gitaly::ServerInfoRequest, ::Gitaly::ServerInfoResponse
rpc :DiskStatistics, ::Gitaly::DiskStatisticsRequest, ::Gitaly::DiskStatisticsResponse
+ # ClockSynced checks if machine clock is synced
+ # (the offset is less that the one passed in the request).
+ rpc :ClockSynced, ::Gitaly::ClockSyncedRequest, ::Gitaly::ClockSyncedResponse
end
Stub = Service.rpc_stub_class
end
end