Skip to content

Commit

Permalink
Fix Windows signature compatibility in entity_id functions
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Weinand <[email protected]>
  • Loading branch information
bwoebi committed Jun 6, 2024
1 parent 436c751 commit 1ea1e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddcommon/src/entity_id/fallback.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright 2021-Present Datadog, Inc. https://www.datadoghq.com/
// SPDX-License-Identifier: Apache-2.0

pub fn set_cgroup_file() {}
pub fn set_cgroup_file(_file: String) {}

pub fn set_cgroup_mount_path() {}
pub fn set_cgroup_mount_path(_path: String) {}

pub fn get_container_id() -> Option<&'static str> {
None
Expand Down

0 comments on commit 1ea1e8e

Please sign in to comment.