adb_test.c revision 9c3531d72aeaad6c5f01efe6a1c82023e1379e4d
/*
* Copyright (C) 1999, 2000 Internet Software Consortium.
*
* Permission to use, copy, modify, and 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 INTERNET SOFTWARE CONSORTIUM DISCLAIMS
* ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
* CONSORTIUM 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.
*/
/* $Id: adb_test.c,v 1.54 2000/06/22 21:50:04 tale Exp $ */
#include <config.h>
#include <stdlib.h>
#include <unistd.h>
#include <dns/dispatch.h>
struct client {
};
static void
if (result == ISC_R_SUCCESS)
return;
exit(1);
}
static client_t *
new_client(void) {
return (client);
}
static void
free_client(client_t **c) {
client = *c;
*c = NULL;
}
static inline void
CLOCK(void) {
}
static inline void
CUNLOCK(void) {
}
static void
printf("Task %p got event %p type %08x from %p, client %p\n",
isc_event_free(&ev);
CLOCK();
CUNLOCK();
}
static void
create_managers(void) {
dispatchmgr = NULL;
}
static void
create_view(void) {
/*
* View.
*/
/*
* Cache.
*/
{
unsigned int attrs;
== ISC_R_SUCCESS);
== ISC_R_SUCCESS);
timermgr, 0,
}
}
static void
unsigned char namedata[256];
isc_buffer_t t, namebuf;
unsigned int options;
client = new_client();
&namebuf);
options = 0;
else {
}
}
int
result = isc_app_start();
/*
* EVERYTHING needs a memory context.
*/
== ISC_R_SUCCESS);
/*
* Create and install the default channel.
*/
/*
* Set the initial debug level.
*/
create_view();
/*
* Lock the entire client list here. This will cause all events
* for found names to block as well.
*/
CLOCK();
CUNLOCK();
sleep(10);
sleep(10);
CLOCK();
CUNLOCK();
isc_app_run();
return (0);
}