mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Build fix for Windows
This commit is contained in:
parent
309e3ac269
commit
afc5db1299
@ -36,7 +36,7 @@ enum ConnectionRole
|
||||
RoleServer
|
||||
};
|
||||
|
||||
struct StreamReadContext
|
||||
struct I2_BASE_API StreamReadContext
|
||||
{
|
||||
StreamReadContext(void)
|
||||
: Buffer(NULL), Size(0), MustRead(true), Eof(false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user