diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-06 02:34:39 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-06 02:34:39 +0200 |
commit | aeb8640bfb36a27cf31945a8b479f833aebf8fdc (patch) | |
tree | bb2414f85cab6075604461f727a733c88a97924d /event.h | |
parent | 82ef73c3fe424f95da3638ceb836386c4588b5c7 (diff) | |
download | pcitool-aeb8640bfb36a27cf31945a8b479f833aebf8fdc.tar.gz pcitool-aeb8640bfb36a27cf31945a8b479f833aebf8fdc.tar.bz2 pcitool-aeb8640bfb36a27cf31945a8b479f833aebf8fdc.tar.xz pcitool-aeb8640bfb36a27cf31945a8b479f833aebf8fdc.zip |
A bit of renaming
Diffstat (limited to 'event.h')
-rw-r--r-- | event.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ struct pcilib_event_api_description_s { int (*reset)(pcilib_context_t *ctx); - int (*start)(pcilib_context_t *ctx, pcilib_event_t event_mask, pcilib_callback_t callback, void *user); + int (*start)(pcilib_context_t *ctx, pcilib_event_t event_mask, pcilib_event_callback_t callback, void *user); int (*stop)(pcilib_context_t *ctx); int (*trigger)(pcilib_context_t *ctx, pcilib_event_t event, size_t trigger_size, void *trigger_data); |