Coda Distributed File System
Classes | Macros | Typedefs | Enumerations | Functions | Variables
se.h File Reference
#include <rpc2/rpc2.h>
Include dependency graph for se.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SE_Definition
 
struct  SFTP_Descriptor
 
struct  SE_SideEffectDescriptor
 
struct  SFTPI
 
struct  sftpStats
 

Macros

#define OMITSE   9999 /* in MultiRPC for omitting side effects on some conns */
 
#define SMARTFTP   1189
 
#define SE_AWAITLOCALSTATUS   1
 
#define SE_AWAITREMOTESTATUS   2
 

Typedefs

typedef struct SE_SideEffectDescriptor SE_Descriptor
 
typedef struct SFTPI SFTP_Initializer
 

Enumerations

enum  WhichWay { CLIENTTOSERVER = 93 , SERVERTOCLIENT = 87 }
 
enum  FileInfoTag { FILEBYNAME = 33 , FILEBYINODE = 58 , FILEBYFD = 67 , FILEINVM = 74 }
 
enum  SE_Status { SE_NOTSTARTED = 33 , SE_INPROGRESS = 24 , SE_SUCCESS = 57 , SE_FAILURE = 36 }
 

Functions

void SE_SetDefaults ()
 
char * SE_ErrorMsg ()
 

Variables

struct SE_DefinitionSE_DefSpecs
 
long SE_DefCount
 
struct sftpStats sftp_Sent sftp_MSent
 
struct sftpStats sftp_Recvd sftp_MRecvd
 

Macro Definition Documentation

◆ OMITSE

#define OMITSE   9999 /* in MultiRPC for omitting side effects on some conns */

◆ SE_AWAITLOCALSTATUS

#define SE_AWAITLOCALSTATUS   1

◆ SE_AWAITREMOTESTATUS

#define SE_AWAITREMOTESTATUS   2

◆ SMARTFTP

#define SMARTFTP   1189

Typedef Documentation

◆ SE_Descriptor

◆ SFTP_Initializer

typedef struct SFTPI SFTP_Initializer

Enumeration Type Documentation

◆ FileInfoTag

Enumerator
FILEBYNAME 
FILEBYINODE 
FILEBYFD 
FILEINVM 

◆ SE_Status

enum SE_Status
Enumerator
SE_NOTSTARTED 
SE_INPROGRESS 
SE_SUCCESS 
SE_FAILURE 

◆ WhichWay

enum WhichWay
Enumerator
CLIENTTOSERVER 
SERVERTOCLIENT 

Function Documentation

◆ SE_ErrorMsg()

char * SE_ErrorMsg ( )

◆ SE_SetDefaults()

void SE_SetDefaults ( )

Variable Documentation

◆ SE_DefCount

long SE_DefCount
extern

◆ SE_DefSpecs

struct SE_Definition* SE_DefSpecs
extern

◆ sftp_MRecvd

struct sftpStats sftp_Recvd sftp_MRecvd
extern

◆ sftp_MSent

struct sftpStats sftp_Sent sftp_MSent
extern