[lttng-dev] Working on some bugs

Sandeep K Chaudhary babbusandy2006 at gmail.com
Wed Mar 12 02:59:57 EDT 2014


>> http://bugs.lttng.org/issues/621
>
> This one should be quite straight forward. There is already version
> check for the create_session command I think. Here is your starting
> point.
>
   I don't see the version check in create_session in create.c or
session_create in session.c. Though I can see that in function
relay_send_version in main.c, there is check for the major version (at
line 1432).

         if (reply.major != be32toh(msg.major)) {

Is this what you meant? Please let me know. Thanks !

> lttng-tools:
> * src/bin/lttng-relayd/cmd-*
> * src/bin/lttng-relayd/main.c



More information about the lttng-dev mailing list