X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=4d57c75f3e3bf9b3076e60012bd80fba7cb4567c;hp=b92aaff75bd8554069145e70a1fe0db3274c4905;hb=9ca92b91c68fb59989f317fea5e7c5e36cab7458;hpb=f15a16b7a40e263ab7e86c9437fe9db0216ba605 diff --git a/sched.h b/sched.h index b92aaff7..4d57c75f 100644 --- a/sched.h +++ b/sched.h @@ -27,6 +27,8 @@ struct sched { fd_set wfds; /** Highest numbered file descriptor in any of the above fd sets. */ int max_fileno; + /** In non-NULL, use this function instead of para_select. */ + int (*select_function)(int, fd_set *, fd_set *, struct timeval *); }; /**