5 lines
79 B
C
5 lines
79 B
C
#pragma once
|
|
|
|
#define DEFAULT_POOL_SIZE 2
|
|
#define STARTED 0
|
|
#define STOPPED 1 |