Subj : src/sbbs3/sbbs.h To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Mon Jun 26 2023 12:23 pm https://gitlab.synchro.net/main/sbbs/-/commit/461682fbbc3196ae2a2d5fc3 Modified Files: src/sbbs3/sbbs.h Log Message: Thread-safe wrappers for std/socket errno description getters for sbbs_t These should only be used in the sbbs_t methods called by node_thread or event_thread. Any other thread-shared sbbs_t instances should not use these methods since they share a single error description string buffer. .