mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-21 21:54:26 +00:00
use usize for worker_id (#755)
This commit is contained in:
@ -119,7 +119,7 @@ impl Event {
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub enum EventData {
|
||||
WorkerId(u64),
|
||||
WorkerId(usize),
|
||||
InstanceId(Uuid),
|
||||
JobId(Uuid),
|
||||
TaskId(Uuid),
|
||||
|
Reference in New Issue
Block a user