Menu

#35 FILTER_IS_RUNNING is broken

grave
closed-fixed
Filters (19)
9
2001-03-29
2001-03-28
No

FILTER_IS_RUNNING(net)
is not working, not even compiling because it tries to
access a field in the opaque type
filter_launchcontext_t .

Discussion

  • Richard Guenther

    • status: open --> closed-fixed
     
  • Richard Guenther

    Logged In: YES
    user_id=7575

    Ok, I realized this was for internal use only -> removed
    from publically visible API.
    I added int filter_is_ready(filter_t *net) for you to poll a
    network. It returns 1 if the network has finished, 0 if it
    hasnt (beware: can return -1, if you pass NULL as net, so
    check for exact 0 or 1, please).

    Richard.

     

Log in to post a comment.