git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://git.ucc.asn.au/acess2
[tpg/acess2.git]
/
Modules
/
Filesystems
/
NFS
/
common.h
1
/*
2
* Acess2 - NFS Driver
3
* By John Hodge (thePowersGang)
4
* This file is published under the terms of the Acess licence. See the
5
* file COPYING for details.
6
*
7
* common.h - Common definitions
8
*/
9
#ifndef _COMMON_H_
10
#define _COMMON_H_
11
12
typedef struct sNFS_Connection
13
{
14
int FD;
15
tIPAddr Host;
16
char *Base;
17
tVFS_Node Node;
18
} tNFS_Connection;
19
20
#endif
UCC
git Repository :: git.ucc.asn.au