mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue