X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fconn.h;fp=support%2Finclude%2Fconn.h;h=0000000000000000000000000000000000000000;hb=a786c016f0af6fa116ae2483d6261dbed009d87e;hp=2b1f07d5b922c242b2cf7877b53bccb870173d9b;hpb=612141ad76b47cb3d7ae505795d6a1ca45b77201;p=nfs-utils.git diff --git a/support/include/conn.h b/support/include/conn.h deleted file mode 100644 index 2b1f07d..0000000 --- a/support/include/conn.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * conn.h -- Connection routines for NFS mount / umount code. - * - * 2006-06-06 Amit Gud - * - Moved code snippets here from util-linux/mount - */ - -#ifndef _CONN_H -#define _CONN_H - -#ifdef HAVE_RPCSVC_NFS_PROT_H -#include -#else -#include -#define nfsstat nfs_stat -#endif - -#include -#include - -typedef struct { - char **hostname; - struct sockaddr_in saddr; - struct pmap pmap; -} clnt_addr_t; - -/* RPC call timeout values */ -static const struct timeval TIMEOUT = { 20, 0 }; -static const struct timeval RETRY_TIMEOUT = { 3, 0 }; - -#endif /* _CONN_H */ -