[Hamlib-developer] [Hamlib/Hamlib] 77d9d1: Remove multicast from rig_state structure as it br...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <no...@gi...> - 2023-05-26 22:13:55
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 77d9d11f9249edeaedef943766c243c595952ad8 https://github.com/Hamlib/Hamlib/commit/77d9d11f9249edeaedef943766c243c595952ad8 Author: Mike Black W9MDB <mdb...@ya...> Date: 2023-05-26 (Fri, 26 May 2023) Changed paths: M include/hamlib/rig.h M src/multicast.c M src/rig.c M tests/rigtestmcast.c Log Message: ----------- Remove multicast from rig_state structure as it breaks backwards compability on DLL with WSJT-X This is due to the callbacks structure being realigned as the state structure expanded https://github.com/Hamlib/Hamlib/issues/1299 |