|
|
@@ -162,10 +162,12 @@ struct ResourceWatcherService_GetBizLinks_Ans
|
|
|
CAutoArray<CSimpleStringA> bizLinks;
|
|
|
CAutoArray<CSimpleStringA> bizNames;
|
|
|
CAutoArray<CSimpleStringA> params1;
|
|
|
+ CSimpleStringA reserved1;
|
|
|
+ CSimpleStringA reserved2;
|
|
|
|
|
|
void Serialize(SpBuffer &Buf)
|
|
|
{
|
|
|
- auto & buf = Buf & bizLinks & bizNames & params1;
|
|
|
+ auto & buf = Buf & bizLinks & bizNames & params1 & reserved1 & reserved2;
|
|
|
}
|
|
|
|
|
|
};
|
|
|
@@ -190,10 +192,12 @@ struct ResourceWatcherService_BizLinkDetect_Ans
|
|
|
unsigned int bizLinkDelayMS;
|
|
|
CSimpleStringA strParam;
|
|
|
int intParam;
|
|
|
+ CSimpleStringA reserved1;
|
|
|
+ CSimpleStringA reserved2;
|
|
|
|
|
|
void Serialize(SpBuffer &Buf)
|
|
|
{
|
|
|
- auto & buf = Buf & bizLinkStatus & bizLinkDelayMS & strParam & intParam;
|
|
|
+ auto & buf = Buf & bizLinkStatus & bizLinkDelayMS & strParam & intParam & reserved1 & reserved2;
|
|
|
}
|
|
|
|
|
|
};
|