mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +00:00
Interface comment update
This commit is contained in:
parent
5d9c97d676
commit
f8ea684a5c
@ -142,7 +142,7 @@ message PbCommand {
|
||||
message PbResult {
|
||||
// false means that an error occurred
|
||||
bool status = 1;
|
||||
// The (error) message
|
||||
// An error message or an information message, depending on status
|
||||
string msg = 2;
|
||||
}
|
||||
|
||||
@ -159,4 +159,4 @@ message PbServerInfo {
|
||||
repeated PbImageFile image_files = 6;
|
||||
// The attached devices
|
||||
PbDevices devices = 7;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user