Statistics
| Branch: | Revision:

root / notify.c @ a1b87fe0

History | View | Annotate | Download (814 Bytes)

# Date Author Comment
d1e70c5e 03/19/2010 10:27 pm Anthony Liguori

Add support for generic notifier lists

Notifiers are data-less callbacks and a notifier list is a list of registered
notifiers that all are interested in a particular event.

We'll use this in a few patches to implement mouse change notification.

Signed-off-by: Anthony Liguori <>...