mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-13 20:01:29 +01:00
Clarify comment
This commit is contained in:
parent
f1c11f0dc1
commit
20fb8efb7e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use std::time::Duration;
|
||||||
|
|
||||||
#[derive(Deserialize, Serialize, Debug)]
|
#[derive(Deserialize, Serialize, Debug)]
|
||||||
pub struct DeviceInfo {
|
pub struct DeviceInfo {
|
||||||
// ID generated by rkvm-server, sent for debugging purposes.
|
// ID generated by rkvm-server.
|
||||||
pub id: usize,
|
pub id: usize,
|
||||||
pub name: CString,
|
pub name: CString,
|
||||||
pub vendor: u16,
|
pub vendor: u16,
|
||||||
|
|
Loading…
Reference in a new issue