--- 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<TMSCliSrvStreamInitDataStruct>
TMSCliSrvStreamInitDataStructBufPckg;
@@ -98,6 +99,7 @@
TMSCallType CallType;
TMSStreamType StreamType;
gint StreamId;
+ gint RetryTime;
};
typedef TPckgBuf<TMSCliSrvStreamOpDataStruct>
TMSCliSrvStreamOpDataStructBufPckg;