mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove dependency on config.h from sample.h
This commit is contained in:
parent
c5eb7c8e73
commit
6e9fab2666
1 changed files with 1 additions and 2 deletions
|
@ -33,14 +33,13 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "pool.h"
|
||||
#include "queue.h"
|
||||
#include "queue_signalled.h"
|
||||
#include "sample.h"
|
||||
|
||||
#define DEFAULT_SHMEM_QUEUELEN 512
|
||||
#define DEFAULT_SHMEM_SAMPLELEN DEFAULT_SAMPLELEN
|
||||
#define DEFAULT_SHMEM_SAMPLELEN 64
|
||||
|
||||
/** A signalled queue or a regular (polling) queue, depending on the polling setting. */
|
||||
union shmem_queue {
|
||||
|
|
Loading…
Add table
Reference in a new issue