------------------------------------------------------------
revno: 748
revision-id:[EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Andrew Tridgell <[EMAIL PROTECTED]>
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;

Reply via email to