/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pywrap/pcipywrap.i

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-04 18:30:43 UTC
  • mfrom: (346.1.39 pcitool)
  • Revision ID: csa@suren.me-20160304183043-mjf6xvyermjh5olg
Integrate last part of Python code from Vasiliy Chernov

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                void unlock_global();
28
28
                
29
29
                PyObject* lock(const char *lock_id);
 
30
                PyObject* lock_persistent(const char *lock_id);
30
31
                PyObject* try_lock(const char *lock_id);
 
32
                PyObject* try_lock_persistent(const char *lock_id);
31
33
                PyObject* unlock(const char *lock_id);
 
34
                PyObject* unlock_persistent(const char *lock_id);
32
35
        }
33
36
} pcipywrap;