• Lucas Russo's avatar
    dev_io/dev_io_core.c: fix double socket reader removal on *_cfg handle · 5aba24f7
    Lucas Russo authored
    Removing the socket handler on *_cfg handle was wrong
    as the devio_destroy_smio () already calls
    devio_destroy_actor (), which, in turn, removes
    the socket from the reader.
    
    Also, as we expect only a single message on the
    handler, it`s safer and cleaner to not poll the socket
    until there is no message.
    5aba24f7
Name
Last commit
Last update
cfg Loading commit data...
doc/img Loading commit data...
examples Loading commit data...
foreign Loading commit data...
include Loading commit data...
kernel/pcie-driver Loading commit data...
linker Loading commit data...
scripts Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
.ycm_extra_conf.py Loading commit data...
COPYING Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
ci_build.sh Loading commit data...
compile.sh Loading commit data...
run_valgrind.sh Loading commit data...
valgrind.supp Loading commit data...
version.sh Loading commit data...