]> git.tdb.fi Git - libs/core.git/blob - process_platform.h
69cf326830f1519193e082ff4fec5a3494f70f72
[libs/core.git] / process_platform.h
1 #ifndef MSP_CORE_PROCESS_PLATFORM_H_
2 #define MSP_CORE_PROCESS_PLATFORM_H_
3
4 #include <sys/types.h>
5
6 namespace Msp {
7
8 struct PlatformProcessInformation
9 {
10         pid_t pid;
11 };
12
13 } // namespace Msp
14
15 #endif