On 2011-06-14 17:26, David Goulet wrote: > Hi everyone, > > We are in the process of moving out the UST control library out to lttng-tools > (thus soon deprecating ustctl and usttrace from the UST git tree). However, > there is a common part which is the communication library (libustcomm) where > every command to the tracer and responses are done through a Unix socket using > that specific libs (that contains key functions to pack/unpack data). > > So the problem is where this lib should go? Here are the possibilities I've > discussed with Mathieu: >
7) Define a communication protocol and implement it on both side. That way, you have to library to depends on. Yannick _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
