Rev 748: allow delete percentage to be specified on the command line in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Wed Jan 9 04:32:18 GMT 2008


------------------------------------------------------------
revno: 748
revision-id:tridge at samba.org-20080109043218-5w222oeozxmkofj6
parent: tridge at samba.org-20080109040456-25b9bq0wqqvukn4u
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge.stable
timestamp: Wed 2008-01-09 15:32:18 +1100
message:
  allow delete percentage to be specified on the command line
modified:
  tests/ctdb_randrec.c           ctdb_randrec.c-20080103224053-3pf5tyxleld8dqam-1
=== modified file 'tests/ctdb_randrec.c'
--- a/tests/ctdb_randrec.c	2008-01-03 22:41:04 +0000
+++ b/tests/ctdb_randrec.c	2008-01-09 04:32:18 +0000
@@ -94,6 +94,7 @@
 		POPT_CTDB_CMDLINE
 		{ "num-records", 'r', POPT_ARG_INT, &num_records, 0, "num_records", "integer" },
 		{ "base-rec", 'b', POPT_ARG_INT, &base_rec, 0, "base_rec", "integer" },
+		{ "delete-pct", 'p', POPT_ARG_INT, &delete_pct, 0, "delete_pct", "integer" },
 		POPT_TABLEEND
 	};
 	int opt;



More information about the samba-cvs mailing list