summaryrefslogtreecommitdiffstats
path: root/event.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-06 02:34:39 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-06 02:34:39 +0200
commitaeb8640bfb36a27cf31945a8b479f833aebf8fdc (patch)
treebb2414f85cab6075604461f727a733c88a97924d /event.h
parent82ef73c3fe424f95da3638ceb836386c4588b5c7 (diff)
downloadpcitool-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.h b/event.h
index b60fc29..720271c 100644
--- a/event.h
+++ b/event.h
@@ -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);