From mboxrd@z Thu Jan 1 00:00:00 1970 From: yannick.brosseau@gmail.com (Yannick Brosseau) Date: Wed, 15 Jun 2011 11:55:59 -0400 Subject: [ltt-dev] UST communication library In-Reply-To: References: <4DF7D1F6.5000402@polymtl.ca> <4DF8CA8C.8040309@gmail.com> <4DF8CC2F.9000401@polymtl.ca> Message-ID: <4DF8D60F.7030806@gmail.com> On 2011-06-15 11:32, Mathieu Desnoyers wrote: > and implement it in "ustcomm": a package upon which UST and lttng-tools > both depend. I don't think an "independant" package is logical. ustcomm does not exist outside of UST. Since it does not have a value on its own, It should be part of UST. Changing an dependency from UST to ustcomm is not removing any dependency, its just adding one more and it makes it harder to maintain. Yannick