/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to apps/test_multithread.c

  • Committer: Vasilii Chernov
  • Date: 2016-03-04 08:31:42 UTC
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: vchernov@inr.ru-20160304083142-5zad1xvhs91ot1j1
Fix python3 initialization from pcilib_t

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
char* reg;
10
10
int stop = 0;
11
11
 
 
12
/*
12
13
void *get_prop(void *arg)
13
14
{
14
15
    pcilib_t *ctx = (pcilib_t*)arg;
34
35
    }
35
36
    return NULL;
36
37
}
 
38
*/
37
39
 
38
40
void *read_reg(void *arg)
39
41
{