Skip to content

Commit

Permalink
Merge branch 'manipulations-for-removable-subsystems' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/ben-Draeger/t2iapi into manipulations-for-removable-subsystems
  • Loading branch information
ben-Draeger committed Oct 7, 2024
2 parents 50bc949 + 6ec5da4 commit f19f26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/t2iapi/device/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ service DeviceService {
returns (t2iapi.device.GetRemovableDescriptorsResponse);

/*
Remove a descriptor from the device MDIB using a DescriptionManipulationReport.
Remove a descriptor from the device MDIB resulting in a DescriptionModificationReport.
*/
rpc RemoveDescriptor(BasicHandleRequest) returns (BasicResponse);

Expand All @@ -91,7 +91,7 @@ service DeviceService {
rpc InsertDescriptor(BasicHandleRequest) returns (BasicResponse);

/*
Insert an mds descriptor into the device MDIB using a DescriptionManipulationReport.
Insert an mds descriptor into the device MDIB resulting in a DescriptionModificationReport.
*/
rpc InsertMdsDescriptor (google.protobuf.Empty) returns (t2iapi.device.InsertMdsDescriptorResponse);

Expand Down

0 comments on commit f19f26c

Please sign in to comment.