void
command_delete_xsnapshots(DBus::Connection& conn, const string& config_name,
- list<unsigned int> nums, bool verbose)
+ const list<unsigned int>& nums, bool verbose)
{
DBus::MessageMethodCall call(SERVICE, OBJECT, INTERFACE, "DeleteSnapshots");
void
command_delete_xsnapshots(DBus::Connection& conn, const string& config_name,
- list<unsigned int> nums, bool verbose);
+ const list<unsigned int>& nums, bool verbose);
string
command_mount_xsnapshots(DBus::Connection& conn, const string& config_name,