aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-02-12 23:21:25 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-05-07 14:57:21 +0200
commitab1e10197774d0f0dfa4cf06ce1ef94442d50833 (patch)
treef1af833ceb6d788015c94859fff3a719f4d3867e /nxcomp
parentf3473e38ca4b4132303cb76e06fe06889ae5c131 (diff)
downloadnx-libs-ab1e10197774d0f0dfa4cf06ce1ef94442d50833.tar.gz
nx-libs-ab1e10197774d0f0dfa4cf06ce1ef94442d50833.tar.bz2
nx-libs-ab1e10197774d0f0dfa4cf06ce1ef94442d50833.zip
NX.h: Add missing NX_CHANNEL_SLAVE type to description
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/include/NX.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nxcomp/include/NX.h b/nxcomp/include/NX.h
index 7ec79b4b1..cc1cfb280 100644
--- a/nxcomp/include/NX.h
+++ b/nxcomp/include/NX.h
@@ -341,6 +341,9 @@ extern int NXTransFlush(int fd);
* NX_CHANNEL_FONT: The channel will forward a X font server
* connection.
*
+ * NX_CHANNEL_SLAVE: The channel will forward data to a remote slave
+ * command (see NX_SLAVE_CMD envrionment variable)
+ *
* Only a proxy running at the NX server/X client side will be able
* to create a X, CUPS, SMB, MEDIA and HTTP channel. A proxy running
* at the NX client/X server side can create font server connections.