summaryrefslogtreecommitdiff
path: root/orkaudio/messages/TapeMsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkaudio/messages/TapeMsg.h')
-rw-r--r--orkaudio/messages/TapeMsg.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/orkaudio/messages/TapeMsg.h b/orkaudio/messages/TapeMsg.h
index 81f5e3e..3165bb4 100644
--- a/orkaudio/messages/TapeMsg.h
+++ b/orkaudio/messages/TapeMsg.h
@@ -28,6 +28,10 @@
#define LOCALENTRYPOINT_PARAM "localentrypoint"
#define DURATION_PARAM "duration"
#define SERVICE_PARAM "service"
+#define LOCAL_IP_PARAM "localip"
+#define REMOTE_IP_PARAM "remoteip"
+#define LOCAL_MAC_PARAM "localmac"
+#define REMOTE_MAC_PARAM "remotemac"
class TapeMsg : public SyncMessage
{
@@ -53,6 +57,10 @@ public:
CStdString m_loginString;
int m_duration;
CStdString m_serviceName;
+ CStdString m_localIp;
+ CStdString m_remoteIp;
+ CStdString m_localMac;
+ CStdString m_remoteMac;
};
typedef boost::shared_ptr<TapeMsg> TapeMsgRef;