CVSROOT: /cvs Module name: src Changes by: ratc...@cvs.openbsd.org 2021/01/28 04:06:07
Modified files: usr.bin/sndiod : dev.c Log message: Make slot_{attach,detach}() the opposite of each other No bahavior change. Now, slot_attach() moves slot's clock forward and puts the slot on device list; slot_detach() does the opposite: remove from device list and move clock backwards. This will allow to detach a client and attach it later in exactly the same state.