mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fixes issue #6866
This commit is contained in:
parent
f1c26c59f1
commit
49c5408e65
8 changed files with 67 additions and 40 deletions
|
@ -9,6 +9,7 @@ use std::net::TcpStream;
|
|||
|
||||
pub struct WorkerActor {
|
||||
pub name: String,
|
||||
pub console: String,
|
||||
pub id: WorkerId,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue