Skip to content

Commit

Permalink
Reworked communication from system back to sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 authored and rnijveld committed May 15, 2024
1 parent 9f713c9 commit 0dbf8f1
Show file tree
Hide file tree
Showing 5 changed files with 266 additions and 137 deletions.
5 changes: 4 additions & 1 deletion ntp-proto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ mod exports {
AcceptSynchronizationError, NtpSource, NtpSourceAction, NtpSourceActionIterator,
NtpSourceSnapshot, NtpSourceUpdate, ProtocolVersion, Reach, SourceNtsData,
};
pub use super::system::{System, SystemSnapshot, TimeSnapshot};
pub use super::system::{
System, SystemAction, SystemActionIterator, SystemSnapshot, SystemSourceUpdate,
TimeSnapshot,
};
#[cfg(feature = "__internal-fuzz")]
pub use super::time_types::fuzz_duration_from_seconds;
pub use super::time_types::{
Expand Down

0 comments on commit 0dbf8f1

Please sign in to comment.