diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-18 01:07:04 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-18 01:07:04 +0200 |
commit | 51b53a89896a63d49e7e622133faf58dc681ce13 (patch) | |
tree | 0af640d5818651d5bf474b1fbc976f821290694b /cli.c | |
parent | 71c759e3fa6fb725c51e3800947848cd549222bf (diff) | |
download | pcitool-51b53a89896a63d49e7e622133faf58dc681ce13.tar.gz pcitool-51b53a89896a63d49e7e622133faf58dc681ce13.tar.bz2 pcitool-51b53a89896a63d49e7e622133faf58dc681ce13.tar.xz pcitool-51b53a89896a63d49e7e622133faf58dc681ce13.zip |
Change timeout definition in Events API from struct timespec to pcilib_timeout_t
Diffstat (limited to 'cli.c')
-rw-r--r-- | cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -884,7 +884,7 @@ int Grab(pcilib_t *handle, const char *event, const char *output) { // ignoring event for now - err = pcilib_grab(handle, PCILIB_EVENTS_ALL, &size, &data, NULL); + err = pcilib_grab(handle, PCILIB_EVENTS_ALL, &size, &data, PCILIB_TIMEOUT_TRIGGER); if (err) { Error("Grabbing event is failed"); } |