/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.h

  • 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:
79
79
 * \return 1, serialized to PyObject or NULL with exeption text, if failed.
80
80
 */
81
81
PyObject* pcipywrap_lock(pcipywrap *self, const char *lock_id);
82
 
 
 
82
PyObject* pcipywrap_lock_persistent(pcipywrap *self, const char *lock_id);
83
83
PyObject* pcipywrap_try_lock(pcipywrap *self, const char *lock_id);
 
84
PyObject* pcipywrap_try_lock_persistent(pcipywrap *self, const char *lock_id);
84
85
PyObject* pcipywrap_unlock(pcipywrap *self, const char *lock_id);
 
86
PyObject* pcipywrap_unlock_persistent(pcipywrap *self, const char *lock_id);
85
87
 
86
88
#endif /* PCIPYWRAP_H */