paraslash Paraslash Audio Streaming
About   News   Download   Documentation   Development

Data Fields
user Struct Reference

data needed to authenticate the user More...

#include <user_list.h>

Data Fields

struct list_head node
 The position of this user in the list of users. More...
 
char * name
 The username. More...
 
struct asymmetric_key * pubkey
 The public key. More...
 
unsigned int perms
 The privileges of this user. More...
 

Detailed Description

data needed to authenticate the user

Field Documentation

◆ node

struct list_head node

The position of this user in the list of users.

◆ name

char* name

The username.

◆ pubkey

struct asymmetric_key* pubkey

The public key.

◆ perms

unsigned int perms

The privileges of this user.


The documentation for this struct was generated from the following file: