]> sourceware.org Git - systemtap.git/commitdiff
Update client/server actions for protocol version 1.1.
authorDave Brolley <brolley@redhat.com>
Tue, 28 Jun 2011 18:21:07 +0000 (14:21 -0400)
committerDave Brolley <brolley@redhat.com>
Tue, 28 Jun 2011 18:21:07 +0000 (14:21 -0400)
cscommon.h

index 34ec60c48f71bdcdff6c18db12189be40911429c..81e8fbaad58113effdbb05f69190c133e30fc15b 100644 (file)
 // Version 1.1
 //   Client:
 //     - Passes localization variables to the server in the file client_tmpdir + "/locale"
+//     - Looks for 'version' tag in server's avahi record and does not automatically connect to
+//       an incompatioble server.
 //   Server:
 //   - Applies localization variables passed from the client to stap during translation.
 //   - Uses --tmpdir to specify temp directory to be used by stap, instead of -k, in order to avoid
 //     parsing error messages in search of stap's randomly-generated temp dir. As a result, the
 //     client no longer needs to remove stap's "Keeping temporary directory ..." message from the
 //     server's stderr response.
+//   - Advertises its protocol version using a 'version' tag in avahi.
 //
 #define CURRENT_CS_PROTOCOL_VERSION CS_PROTOCOL_VERSION (1, 1)
 
This page took 0.02836 seconds and 5 git commands to generate.