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

  • Committer: Suren A. Chilingaryan
  • Date: 2015-10-22 13:57:59 UTC
  • Revision ID: csa@suren.me-20151022135759-nqs5wowy38tvbw09
Documentation update

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
int pcilib_init_event_engine(pcilib_t *ctx);
86
86
 
 
87
/*
 
88
 * Configures maximal number of preprocessing threads. Actual amount of threads 
 
89
 * may be bigger. For instance, additionaly a real-time reader thread will be 
 
90
 * executed for most of hardware
 
91
 */
 
92
int pcilib_configure_preprocessing_threads(pcilib_t *ctx, size_t max_threads);
87
93
 
88
94
#ifdef __cplusplus
89
95
}