Coda Distributed File System
|
#include <stdio.h>
#include <lwp/lwp.h>
#include <rpc2/rpc2.h>
#include <util.h>
#include <volume.h>
#include <srv.h>
#include <vice.h>
#include "lockqueue.h"
Functions | |
void | ForceUnlockVol (VolumeId Vid) |
void | InitLockQueue () |
void | LQman_init (void *c) |
Variables | |
const int | LQTIMEOUT = 300 |
const int | LQINTERVAL = 60 |
const int | LockQueManStkSize = 16384 |
lqman * | LockQueueMan |
void ForceUnlockVol | ( | VolumeId | Vid | ) |
void InitLockQueue | ( | ) |
void LQman_init | ( | void * | c | ) |
const int LockQueManStkSize = 16384 |
lqman* LockQueueMan |
const int LQINTERVAL = 60 |
const int LQTIMEOUT = 300 |