Coda Distributed File System
auth2.common.h
Go to the documentation of this file.
1/* BLURB gpl
2
3 Coda File System
4 Release 6
5
6 Copyright (c) 1987-2003 Carnegie Mellon University
7 Additional copyrights listed below
8
9This code is distributed "AS IS" without warranty of any kind under
10the terms of the GNU General Public Licence Version 2, as shown in the
11file LICENSE. The technical and financial contributors to Coda are
12listed in the file CREDITS.
13
14 Additional copyrights
15 none currently
16
17#*/
18
19#ifndef _AUTH2_COMMON_
20#define _AUTH2_COMMON_
21
22/* per-connection info */
23struct UserInfo {
25 int ViceId; /* from NewConnection */
26 int HasQuit; /* TRUE iff Quit() was received on this connection */
28 int LastUsed; /* timestamped at each RPC call; for gc'ing */
29};
30
31#endif
RPC2_Integer RPC2_Handle
Definition: rpc2.h:345
Definition: prs.h:46
Definition: auth2.common.h:23
int ViceId
Definition: auth2.common.h:25
PRS_InternalCPS * UserCPS
Definition: auth2.common.h:27
int LastUsed
Definition: auth2.common.h:28
int HasQuit
Definition: auth2.common.h:26
RPC2_Handle handle
Definition: auth2.common.h:24