From dce17292e1f62ca692aa36ed3eaf5bfb09e7ab69 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 21 Apr 2012 19:36:35 +0200 Subject: 'own' command replaced by synchronous call The commands was a vestige of the removed 'durable sockets' feature Signed-off-by: Martin Sustrik --- src/command.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index b99e21f..b7a14c3 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -44,7 +44,6 @@ namespace xs { stop, plug, - own, attach, bind, activate_read, @@ -71,11 +70,6 @@ namespace xs struct { } plug; - // Sent to socket to let it know about the newly created object. - struct { - xs::own_t *object; - } own; - // Attach the engine to the session. If engine is NULL, it informs // session that the connection have failed. struct { -- cgit v1.2.3