summaryrefslogtreecommitdiffstats
path: root/notify.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for generic notifier listsAnthony Liguori2010-03-191-0/+43
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 <aliguori@us.ibm.com> --- v1 -> v2 - Do not do memory allocations by placing list nodes in notifier
OpenPOWER on IntegriCloud