diff options
author | cbdev <cb@cbcdn.com> | 2019-12-14 23:49:40 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-14 23:49:40 +0100 |
commit | 4b063b0017ff262e3d6757062a297082a808a3e2 (patch) | |
tree | caac349556ddced8ca103d20d120837101e73da6 /TODO | |
parent | 3d7291df090350365b78550bfc8152ee2576f6a9 (diff) | |
download | midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.tar.gz midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.tar.bz2 midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.zip |
Fix minor bug in plugin path setup
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ keepalive channels per backend? Note source in channel value struct Optimize core channel search (store backend offset) - +udp backends may ignore MTU mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation - installer: implement an upgrade mode (check for newer versions in the repo) - +evdev.c:321 divides by zero with relaxis +make event collectors threadsafe to stop marshalling data... |