diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 16:00:44 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-05-07 16:00:44 +0200 |
commit | e91d08cb8d1fd529e33f9ef9924b3a7cdfea2df0 (patch) | |
tree | a8fbc3bfb442ef8222367b9a5b2285c9e6408fda /nxcomp | |
parent | 424c0e8ee3986b886bf2d7617897577a6b84aaed (diff) | |
parent | c69d2ad0fc5f69163c4babc7a356a783aa7ae411 (diff) | |
download | nx-libs-e91d08cb8d1fd529e33f9ef9924b3a7cdfea2df0.tar.gz nx-libs-e91d08cb8d1fd529e33f9ef9924b3a7cdfea2df0.tar.bz2 nx-libs-e91d08cb8d1fd529e33f9ef9924b3a7cdfea2df0.zip |
Merge branch 'uli42-pr/various4' into 3.6.x
Attributes GH PR #896: https://github.com/ArcticaProject/nx-libs/pull/896
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/include/NX.h | 3 |
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. |