summaryrefslogtreecommitdiffstats
path: root/src/pvs.h
diff options
context:
space:
mode:
authorSebastien Braun2010-08-04 17:28:45 +0200
committerSebastien Braun2010-08-04 17:28:45 +0200
commitf8e6e94b25a092d51acdec600465074b4eb32cb8 (patch)
tree8251b788b2a63abba5cf0d9e046102471cce1e59 /src/pvs.h
parentFix a bug where transfer IDs would linger in the pvs daemon's data structures... (diff)
downloadpvs-f8e6e94b25a092d51acdec600465074b4eb32cb8.tar.gz
pvs-f8e6e94b25a092d51acdec600465074b4eb32cb8.tar.xz
pvs-f8e6e94b25a092d51acdec600465074b4eb32cb8.zip
Make PGM interface configurable
Diffstat (limited to 'src/pvs.h')
-rw-r--r--src/pvs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pvs.h b/src/pvs.h
index ef6454e..4c61ffd 100644
--- a/src/pvs.h
+++ b/src/pvs.h
@@ -87,7 +87,7 @@ public Q_SLOTS:
bool createMulticastTransfer(QString const& objectPath, quint64& transferID, QString& errorReason);
void cancelOutgoingMulticastTransfer(quint64 transferID);
void cancelIncomingMulticastTransfer(qulonglong transferID);
-
+ void setMulticastInterface(QString const& interfaceName);
Q_SIGNALS:
void project(QString host, int port, QString passwd, bool fullscreen,