Skip to content

Commit

Permalink
Merge branch 'main' into release/0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Feb 19, 2024
2 parents dfe459e + 42d471a commit 2234277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansys/api/dbu/v0/sessionmanager.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "google/protobuf/empty.proto";
option csharp_namespace = "Ansys.Api.Dbu.V0.SessionManager";

service SessionManager{
rpc Start(google.protobuf.Empty) returns(StartResponse);
rpc Start(StartRequest) returns(StartResponse);

rpc Stop(Session) returns(google.protobuf.Empty) ;
}
Expand Down

0 comments on commit 2234277

Please sign in to comment.