mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 10:35:37 +02:00
[cdc_stream] Add wildcard support to stop command (#30)
Adds support for stuff like cdc_stream stop * or cdc_stream stop user*:dir*.
This commit is contained in:
@@ -65,9 +65,10 @@ message StopSessionRequest {
|
||||
// ID of assets streaming target gamelet.
|
||||
// Only used by Stadia. Should set either this or user_host_dir.
|
||||
string gamelet_id = 1;
|
||||
// Username and host, in the form [user@]host.
|
||||
// Username and host, in the form [user@]host. Accepts wildcards * and ?.
|
||||
string user_host = 2;
|
||||
// Remote directory where the streamed directory is mounted.
|
||||
// Accepts wildcards * and ?.
|
||||
string mount_dir = 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user