diff -r 128eb6a32b84 -r 8dfd592727cb mmserv/tms/inc/tmscallclisrv.h --- a/mmserv/tms/inc/tmscallclisrv.h Thu May 27 13:20:50 2010 +0300 +++ b/mmserv/tms/inc/tmscallclisrv.h Wed Jun 23 18:47:10 2010 +0300 @@ -89,6 +89,7 @@ TMSStreamType StreamType; gint StreamId; TMSFormatType FormatType; + gint RetryTime; }; typedef TPckgBuf TMSCliSrvStreamInitDataStructBufPckg; @@ -98,6 +99,7 @@ TMSCallType CallType; TMSStreamType StreamType; gint StreamId; + gint RetryTime; }; typedef TPckgBuf TMSCliSrvStreamOpDataStructBufPckg;