From a0fe5cdea15bca52d3b101a88c11cb160ef08b2f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 22 Oct 2015 15:57:59 +0200 Subject: Documentation update --- pcilib/event.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pcilib/event.h') diff --git a/pcilib/event.h b/pcilib/event.h index f14abeb..ff12612 100644 --- a/pcilib/event.h +++ b/pcilib/event.h @@ -84,6 +84,12 @@ extern "C" { int pcilib_init_event_engine(pcilib_t *ctx); +/* + * Configures maximal number of preprocessing threads. Actual amount of threads + * may be bigger. For instance, additionaly a real-time reader thread will be + * executed for most of hardware + */ +int pcilib_configure_preprocessing_threads(pcilib_t *ctx, size_t max_threads); #ifdef __cplusplus } -- cgit v1.2.3