Skip to content

Commit

Permalink
sync: file sync performed by ansys-tools-repo-sync (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: tfs_caslservice <tfs_caslservice@PDUCASLVM02>
  • Loading branch information
RobPasMue and tfs_caslservice authored Mar 20, 2024
1 parent 617dbe6 commit c1c8137
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansys/api/dbu/v0/dbuwebmodels.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ message SessionHost {
string name = 2;
SessionHostStatus status = 3;
google.protobuf.Timestamp idle_time = 4;
string address = 5;
int32 port = 6;
}

//
Expand All @@ -38,6 +40,8 @@ message Session
string name = 2;
SessionStatus status = 3;
google.protobuf.Timestamp idle_time = 4;
string address = 5;
int32 port = 6;
}

//
Expand Down

0 comments on commit c1c8137

Please sign in to comment.