Skip to content

Commit

Permalink
Comment out two functions that weren't meant to be pushed yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
thebracket committed Nov 11, 2024
1 parent 02e51f6 commit e365aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rust/lts2_sys/src/external.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ extern "C" {
pub(crate) fn get_lts_license_trial_remaining() -> i32;
pub(crate) fn ingest_batch_complete();

pub(crate) fn one_way_flow(
/*pub(crate) fn one_way_flow(
start_time: u64,
end_time: u64,
local_ip: *const u8,
Expand All @@ -156,5 +156,5 @@ extern "C" {
retransmit_times_up: Vec<u64>,
throughput_buffer_down: Vec<u64>,
throughput_buffer_up: Vec<u64>,
);
);*/
}

0 comments on commit e365aed

Please sign in to comment.