bsd.c File Reference

#include "config.h"
#include "pnotify.h"
#include "pnotify-internal.h"
#include <fcntl.h>
#include <sys/event.h>

Go to the source code of this file.

Functions

void * bsd_kqueue_loop (void *unused)
void bsd_init_once (void)
void bsd_cleanup (void)
int bsd_add_watch (struct pn_watch *watch)
int bsd_rm_watch (struct pn_watch *watch)

Variables

pnotify_vtable BSD_VTABLE


Detailed Description

BSD-specific code.

Definition in file bsd.c.


Variable Documentation

struct pnotify_vtable BSD_VTABLE

Initial value:

 {
        .init_once = bsd_init_once,
        .add_watch = bsd_add_watch,
        .rm_watch = bsd_rm_watch,
        .cleanup = bsd_cleanup,
}

Definition at line 562 of file bsd.c.


Generated on Wed Aug 22 23:15:42 2007 for pnotify by  doxygen 1.5.1