Skip to content

Commit

Permalink
[skip ci] doc comment update
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Cominardi <[email protected]>
  • Loading branch information
yellowhatter and Mallets committed Sep 17, 2024
1 parent 0821483 commit e7ec4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-shm/src/api/cleanup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use crate::cleanup::CLEANUP;

/// Make forced cleanup
/// NOTE: this is a part of ugly on-exit-cleanup workaround and will be removed
/// NOTE: this is a part of a temporary on-exit-cleanup workaround and it will be very likely removed in the future.
/// In order to properly cleanup some SHM internals upon process exit, Zenoh installs exit handlers (see atexit() API).
/// The bad thing is that atexit handler is executed only on process exit(), the terminating signal handlers (like SIGINT)
/// bypass it and terminate the process without cleanup. To eliminate this effect, Zenoh overrides SIGHUP, SIGTERM, SIGINT
Expand Down

0 comments on commit e7ec4f6

Please sign in to comment.