BIND 10 trac1324, updated. a3a4e317a91c075f0d16de7d16cc652e508df101 [1324] Added missing file from last commit
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 2 21:21:12 UTC 2011
The branch, trac1324 has been updated
via a3a4e317a91c075f0d16de7d16cc652e508df101 (commit)
from 96086ea69576acae7d59e1d7665f622bd526c7c1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a3a4e317a91c075f0d16de7d16cc652e508df101
Author: Stephen Morris <stephen at isc.org>
Date: Wed Nov 2 21:20:42 2011 +0000
[1324] Added missing file from last commit
-----------------------------------------------------------------------
Summary of changes:
.../tools/perfdhcp/externals.cc | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
copy src/bin/sockcreator/tests/run_unittests.cc => tests/tools/perfdhcp/externals.cc (78%)
-----------------------------------------------------------------------
diff --git a/tests/tools/perfdhcp/externals.cc b/tests/tools/perfdhcp/externals.cc
new file mode 100644
index 0000000..5f77119
--- /dev/null
+++ b/tests/tools/perfdhcp/externals.cc
@@ -0,0 +1,24 @@
+// Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
+//
+// Permission to use, copy, modify, and/or distribute this software for any
+// purpose with or without fee is hereby granted, provided that the above
+// copyright notice and this permission notice appear in all copies.
+//
+// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+// AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+// PERFORMANCE OF THIS SOFTWARE.
+
+#include "perfdhcp.h"
+#include "cloptions.h"
+
+int v6 = 0;
+int initialOnly = 0;
+const char *localName = NULL;
+unsigned rate = 0;
+unsigned numRequest = 0;
+const char *server = NULL;
+const char *diagSelector = "";
More information about the bind10-changes
mailing list