mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Move workers' pipeline IDs to WorkerGlobalScope
This commit is contained in:
parent
fce0a8e7cf
commit
4ccdbccdd7
5 changed files with 11 additions and 35 deletions
|
@ -663,6 +663,8 @@ pub struct WorkerGlobalScopeInit {
|
|||
pub scheduler_chan: IpcSender<TimerEventRequest>,
|
||||
/// The worker id
|
||||
pub worker_id: WorkerId,
|
||||
/// The pipeline id
|
||||
pub pipeline_id: PipelineId,
|
||||
}
|
||||
|
||||
/// Common entities representing a network load origin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue