Revision b2dc64c3

b/monitor.c
2570 2570

  
2571 2571
int monitor_fdset_get_fd(int64_t fdset_id, int flags)
2572 2572
{
2573
#ifndef _WIN32
2573 2574
    MonFdset *mon_fdset;
2574 2575
    MonFdsetFd *mon_fdset_fd;
2575 2576
    int mon_fd_flags;
2576 2577

  
2577
#ifndef _WIN32
2578 2578
    QLIST_FOREACH(mon_fdset, &mon_fdsets, next) {
2579 2579
        if (mon_fdset->id != fdset_id) {
2580 2580
            continue;

Also available in: Unified diff