• Lucas Russo's avatar
    hal/sm_io/sm_io_bootstrap.c: fix polling on non-socket · 7d7585ae
    Lucas Russo authored
    Our MDP worker is not a socket type and can't be
    poll'ed agains. Now, we fixed this by modifying
    the MDP library allowing us to exit mdp_workder_recv
    internal poll () and check for incoming messages from
    other sockets, such as the PIPE one.
    
    This fixes #24 github issue
    7d7585ae
sm_io_bootstrap.c 11.3 KB