Coda Distributed File System
Variables
auth_none.c File Reference
#include <rpc2/secure.h>
Include dependency graph for auth_none.c:

Variables

struct secure_auth secure_AUTH_NONE
 

Variable Documentation

◆ secure_AUTH_NONE

struct secure_auth secure_AUTH_NONE
Initial value:
= {
.name = "AUTH-NONE",
.auth_init = init,
.auth_free = release,
.auth = auth,
}
@ init
Definition: rvm_private.h:470
#define SECURE_AUTH_NONE
Definition: secure.h:86