]> git.tdb.fi Git - libs/core.git/blob - source/core/process_private.h
Use vectors for storage in Poller
[libs/core.git] / source / core / process_private.h
1 #ifndef MSP_CORE_PROCESS_PRIVATE_H_
2 #define MSP_CORE_PROCESS_PRIVATE_H_
3
4 #include "process_platform.h"
5
6 namespace Msp {
7
8 struct Process::Private
9 {
10         PlatformProcessInformation info;
11
12         Private();
13 };
14
15 } // namespace Msp
16
17 #endif