* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: server.c,v 1.599.8.10 2011/07/08 22:57:24 smann Exp $ */
+/* $Id: server.c,v 1.599.8.11 2011/07/08 23:47:14 tbox Exp $ */
/*! \file */
result = get_viewinfo(vconfig, &viewname, &viewclass);
if (result != ISC_R_SUCCESS)
return (result);
-
+
result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
if (result != ISC_R_SUCCESS)
return (result);
result = get_viewinfo(vconfig, &viewname, &viewclass);
if (result != ISC_R_SUCCESS)
return (result);
-
+
result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
if (result == ISC_R_SUCCESS)
return (ISC_R_EXISTS);
/*
- * Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.h,v 1.182.16.1 2011/07/08 22:57:25 smann Exp $ */
+/* $Id: zone.h,v 1.182.16.2 2011/07/08 23:47:16 tbox Exp $ */
#ifndef DNS_ZONE_H
#define DNS_ZONE_H 1
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.582.8.23 2011/07/08 22:57:24 smann Exp $ */
+/* $Id: zone.c,v 1.582.8.24 2011/07/08 23:47:15 tbox Exp $ */
/*! \file */
"missing or inactive "
"and has no replacement: "
"retaining signatures.",
- origin, algbuf,
+ origin, algbuf,
rrsig.keyid);
zone->log_key_expired_timer = now +
3600;
-# Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: Makefile.in,v 1.109.108.1 2011/07/08 22:57:26 smann Exp $
+# $Id: Makefile.in,v 1.109.108.2 2011/07/08 23:47:16 tbox Exp $
srcdir = @srcdir@
VPATH = @srcdir@
/*
- * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: taskpool.h,v 1.15.814.1 2011/07/08 22:57:26 smann Exp $ */
+/* $Id: taskpool.h,v 1.15.814.2 2011/07/08 23:47:16 tbox Exp $ */
#ifndef ISC_TASKPOOL_H
#define ISC_TASKPOOL_H 1
*\li #ISC_R_UNEXPECTED
*/
-void
+void
isc_taskpool_gettask(isc_taskpool_t *pool, isc_task_t **targetp);
/*%<
* Attach to a task from the pool. Currently the next task is chosen
* In either case, 'sourcep' is detached.
*
* Requires:
- *
+ *
* \li 'sourcep' is not NULL and '*source' is not NULL
* \li 'targetp' is not NULL and '*source' is NULL
*
/*
- * Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: taskpool.c,v 1.18.814.1 2011/07/08 22:57:26 smann Exp $ */
+/* $Id: taskpool.c,v 1.18.814.2 2011/07/08 23:47:16 tbox Exp $ */
/*! \file */
isc_result_t result;
INSIST(ntasks > 0);
-
+
/* Allocate the pool structure */
result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool);
if (result != ISC_R_SUCCESS)