diff options
author | Vasilii Chernov <vchernov@inr.ru> | 2016-03-04 09:31:42 +0100 |
---|---|---|
committer | Vasilii Chernov <vchernov@inr.ru> | 2016-03-04 09:31:42 +0100 |
commit | 4b4dc3c70ef19a29386c2b3e8284687851094eb9 (patch) | |
tree | 6707163e750021b8ba1a9e87449b76032e51fd00 /apps | |
parent | c79d43273769d88f7129a3d53c80b85a6dc1946c (diff) | |
download | pcitool-4b4dc3c70ef19a29386c2b3e8284687851094eb9.tar.gz pcitool-4b4dc3c70ef19a29386c2b3e8284687851094eb9.tar.bz2 pcitool-4b4dc3c70ef19a29386c2b3e8284687851094eb9.tar.xz pcitool-4b4dc3c70ef19a29386c2b3e8284687851094eb9.zip |
Fix python3 initialization from pcilib_t
Diffstat (limited to 'apps')
-rw-r--r-- | apps/test_multithread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/test_multithread.c b/apps/test_multithread.c index f6afae7..a041655 100644 --- a/apps/test_multithread.c +++ b/apps/test_multithread.c @@ -9,6 +9,7 @@ const char* prop = "/registers/fpga/reg1"; char* reg; int stop = 0; +/* void *get_prop(void *arg) { pcilib_t *ctx = (pcilib_t*)arg; @@ -34,6 +35,7 @@ void *get_prop(void *arg) } return NULL; } +*/ void *read_reg(void *arg) { |