Commit 33da5935 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto:

- Corrected forecaster.proto attribute types
parent 9204eee7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ service ForecasterService {

message ForecastLinkCapacityRequest {
  context.LinkId link_id                 = 1;
  double         forecast_window_seconds = 2;
  float          forecast_window_seconds = 2;
}

message ForecastLinkCapacityReply {
@@ -36,7 +36,7 @@ message ForecastLinkCapacityReply {

message ForecastTopologyCapacityRequest {
  context.TopologyId topology_id             = 1;
  double             forecast_window_seconds = 2;
  float              forecast_window_seconds = 2;
}

message ForecastTopologyCapacityReply {