summaryrefslogtreecommitdiffstats
path: root/apps/test_multithread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/test_multithread.c')
-rw-r--r--apps/test_multithread.c2
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)
{