]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/globals.h
Revert server_notif code. We're testing something new in current, and it
[netatalk.git] / etc / afpd / globals.h
index 75fd1ef5ea7ef385fbcdeeb5a56baac96767a4f9..991fc28c16a9e66466c757c768b8f25ffc448f75 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: globals.h,v 1.6.2.1 2001-12-03 05:01:04 jmarcus Exp $
+ * $Id: globals.h,v 1.6.2.4 2002-02-09 05:35:17 jmarcus Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -40,7 +40,7 @@
 /* a couple of these options could get stuck in unions to save
  * space. */
 struct afp_options {
-    int connections, port, transports, tickleval, flags;
+    int connections, port, transports, tickleval, timeout, flags;
     unsigned char passwdbits, passwdminlen, loginmaxfail;
     u_int32_t server_quantum;
     char hostname[MAXHOSTNAMELEN + 1], *server, *ipaddr, *configfile;