~ubuntu-branches/ubuntu/oneiric/bind9/oneiric

« back to all changes in this revision

Viewing changes to lib/isc/include/isc/task.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-23 10:20:51 UTC
  • mfrom: (1.6.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110223102051-up42ig1hxw3je0ba
Tags: 1:9.7.3.dfsg-1~build1
Natty version, no source changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
 
2
 * Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
3
3
 * Copyright (C) 1998-2001, 2003  Internet Software Consortium.
4
4
 *
5
5
 * Permission to use, copy, modify, and/or distribute this software for any
15
15
 * PERFORMANCE OF THIS SOFTWARE.
16
16
 */
17
17
 
18
 
/* $Id: task.h,v 1.65 2009/09/02 18:38:40 jinmei Exp $ */
 
18
/* $Id: task.h,v 1.65.104.3 2010-12-05 20:29:24 marka Exp $ */
19
19
 
20
20
#ifndef ISC_TASK_H
21
21
#define ISC_TASK_H 1
599
599
 *\li   '*t' has the "current time".
600
600
 */
601
601
 
 
602
isc_boolean_t
 
603
isc_task_exiting(isc_task_t *t);
 
604
/*%<
 
605
 * Returns ISC_TRUE if the task is in the process of shutting down,
 
606
 * ISC_FALSE otherwise.
 
607
 *
 
608
 * Requires:
 
609
 *\li   'task' is a valid task.
 
610
 */
 
611
 
602
612
/*****
603
613
 ***** Task Manager.
604
614
 *****/