From mboxrd@z Thu Jan 1 00:00:00 1970 From: nils.carlson@ericsson.com (Nils Carlson) Date: Tue, 7 Sep 2010 08:30:11 +0200 (CEST) Subject: [ltt-dev] UST socket protocol Message-ID: I've been looking through the socket protocol for UST and am a bit curious about the construction of it. Is there a reason we haven't just defined a ustctl package type with a command field, a result field and a data field? This would reduce the amount of scanning required by quite a bit. /Nils