]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add INVALIDATE to request_type.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Sep 1999 00:14:08 +0000 (00:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Sep 1999 00:14:08 +0000 (00:14 +0000)
nscd/nscd-client.h

index 0c52f91c360edba5e33856d9818a487cfd9cc29d..33c4845aee58083f703059d98fb32403733d2298 100644 (file)
@@ -1,6 +1,6 @@
-/* Copyright (c) 1998 Free Software Foundation, Inc.
+/* Copyright (c) 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
+   Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License as
@@ -50,7 +50,8 @@ typedef enum
   LASTDBREQ = GETHOSTBYADDRv6,
   SHUTDOWN,            /* Shut the server down.  */
   GETSTAT,             /* Get the server statistic.  */
-  LASTREQ,
+  INVALIDATE,           /* Invalidate one special cache.  */
+  LASTREQ
 } request_type;