Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/runner-shared/src/fifo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pub const RUNNER_CTL_FIFO: &str = "/tmp/runner.ctl.fifo";
pub const RUNNER_ACK_FIFO: &str = "/tmp/runner.ack.fifo";

pub const CURRENT_PROTOCOL_VERSION: u64 = 1;
pub const CURRENT_PROTOCOL_VERSION: u64 = 2;

/// The different markers that can be set in the perf.data.
///
Expand Down
Loading