We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efefa9f commit 4792063Copy full SHA for 4792063
1 file changed
libdd-library-config/src/otel_thread_ctx.rs
@@ -57,8 +57,8 @@ pub mod linux {
57
/// reader runs. `valid` is written with `ptr::write_volatile` so the compiler cannot reorder
58
/// its store past the surrounding field writes:
59
///
60
- /// - The writer sets `valid = 1` *after* all other fields are populated (publish).
61
/// - The writer sets `valid = 0` *before* modifying fields in-place (modify).
+ /// - The writer sets `valid = 1` *after* all other fields are populated (publish).
62
#[repr(C)]
63
pub struct ThreadContextRecord {
64
/// 128-bit trace identifier; all-zeroes means "no trace".
0 commit comments