From mboxrd@z Thu Jan 1 00:00:00 1970 From: yannick.brosseau@gmail.com (Yannick Brosseau) Date: Wed, 15 Jun 2011 11:06:52 -0400 Subject: [ltt-dev] UST communication library In-Reply-To: <4DF7D1F6.5000402@polymtl.ca> References: <4DF7D1F6.5000402@polymtl.ca> Message-ID: <4DF8CA8C.8040309@gmail.com> 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