diff -r b67dd1fc57c5 -r 2ed61feeead6 mmserv/tms/inc/tmscallclisrv.h --- a/mmserv/tms/inc/tmscallclisrv.h Fri May 14 18:19:45 2010 -0500 +++ b/mmserv/tms/inc/tmscallclisrv.h Fri May 28 19:26:28 2010 -0500 @@ -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;