use usize for worker_id (#755)

This commit is contained in:
bmc-msft
2021-03-30 22:27:10 -04:00
committed by GitHub
parent 522ae4c5d9
commit 6aca32ed9c
3 changed files with 13 additions and 13 deletions

View File

@ -119,7 +119,7 @@ impl Event {
#[derive(Clone, Debug, PartialEq)]
pub enum EventData {
WorkerId(u64),
WorkerId(usize),
InstanceId(Uuid),
JobId(Uuid),
TaskId(Uuid),