diff -r af21f0bdc7c9 -r 2b9c78543663 tool/CommandSlaves.h --- a/tool/CommandSlaves.h Thu Sep 06 14:21:02 2012 +0200 +++ b/tool/CommandSlaves.h Mon Nov 03 15:20:05 2014 +0100 @@ -51,11 +51,12 @@ string state; string flag; string name; + unsigned int device; }; void listSlaves(MasterDevice &, const SlaveList &, bool); void showSlaves(MasterDevice &, const SlaveList &); - + static bool slaveInList( const ec_ioctl_slave_t &, const SlaveList &); };