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

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 23:50:59 UTC
  • Revision ID: csa@suren.me-20160302235059-i036bhgezo2ikrsy
Make Python problems non-fatal

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <pcilib/error.h>
6
6
 
7
7
#define pcilib_python_error(...)        pcilib_log_python_error(__FILE__, __LINE__, PCILIB_LOG_DEFAULT, PCILIB_LOG_ERROR, __VA_ARGS__)
 
8
#define pcilib_python_warning(...)      pcilib_log_python_error(__FILE__, __LINE__, PCILIB_LOG_DEFAULT, PCILIB_LOG_WARNING, __VA_ARGS__)
8
9
 
9
10
typedef struct pcilib_py_s pcilib_py_t;
10
11
typedef void pcilib_py_object;