/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 pywrap/pcipywrap.i

  • Committer: Vasilii Chernov
  • Date: 2016-03-03 14:38:32 UTC
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: vchernov@inr.ru-20160303143832-0rlinjoy3zczhjt2
1. Pcipywrap: add persistent locking wrappings
2. html-server: 
   - add scripts tab
   - change tab view to jQuery tabs

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;