Re: [Hamlib-developer] [Hamlib/Hamlib] 890ed1: Change morse_data_handler from LOCK to rig_lock as..
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Black M. <mdb...@ya...> - 2024-12-02 21:13:02
|
Mutexes do address general thread safety. They are just a pain when you don't have thread-safe code designed from scratch. Mike W9MDB On Monday, December 2, 2024 at 12:43:29 PM CST, George Baltz <geo...@gm...> wrote: Played around with this using tlf into a dummy load for about 15 minutes - no problems encountered. Still doesn't address general thread safety, but makes CW better. On 12/2/24 8:24 AM, Michael Black via Hamlib-developer wrote: > Branch: refs/heads/master > Home: https://github.com/Hamlib/Hamlib > Commit: 890ed18c43132c3b0d1b96eff6a2b5d6a96d57ba > https://github.com/Hamlib/Hamlib/commit/890ed18c43132c3b0d1b96eff6a2b5d6a96d57ba > Author: Michael Black W9MDB <mdb...@ya...> > Date: 2024-12-02 (Mon, 02 Dec 2024) > > Changed paths: > M src/rig.c > > Log Message: > ----------- > Change morse_data_handler from LOCK to rig_lock as it needs to always use it > > > Commit: 65832ecf53b3788ae3adc1eefe697b7e0112ac7c > https://github.com/Hamlib/Hamlib/commit/65832ecf53b3788ae3adc1eefe697b7e0112ac7c > Author: Michael Black W9MDB <mdb...@ya...> > Date: 2024-12-02 (Mon, 02 Dec 2024) > > Changed paths: > M src/rig.c > > Log Message: > ----------- > Fix compile warnings > > > Compare: https://github.com/Hamlib/Hamlib/compare/711a35135326...65832ecf53b3 > > To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer _______________________________________________ Hamlib-developer mailing list Ham...@li... https://lists.sourceforge.net/lists/listinfo/hamlib-developer |