Opened 15 years ago
#242 new enhancement
Verify (then document) libtrace's threadsafety
Reported by: | perry | Owned by: | perry |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | documentation | Version: | |
Keywords: | Cc: |
Description
libtrace should be threadsafe as long as:
- A trace object is only accessed from one thread at a time
- Packets are only modified in one thread, or if it's unmodified, then it can be used by multiple threads.
This should be testing to verify the assumption is correct, then when (successfully!) tested integrated into the wiki and doxygen documentation.
Note: See
TracTickets for help on using
tickets.