|
Coda Distributed File System
|
#include <stdio.h>#include <sys/types.h>#include <sys/time.h>#include <sys/file.h>#include <sys/mman.h>#include <unistd.h>#include <stdlib.h>#include <lwp/lwp.h>
Enumerations | |
| enum | InitState { notTried , tried , done } |
Functions | |
| int | FT_Init (int printErrors, int notReally) |
| int | FT_GetTimeOfDay (struct timeval *tv, struct timezone *tz) |
| int | TM_GetTimeOfDay (struct timeval *tv, struct timezone *tz) |
| int | FT_AGetTimeOfDay (struct timeval *tv, struct timezone *tz) |
| unsigned int | FT_ApproxTime () |
Variables | |
| struct timeval | FT_LastTime |
| enum InitState |
| int FT_AGetTimeOfDay | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
| unsigned int FT_ApproxTime | ( | ) |
| int FT_GetTimeOfDay | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
| int FT_Init | ( | int | printErrors, |
| int | notReally | ||
| ) |
| int TM_GetTimeOfDay | ( | struct timeval * | tv, |
| struct timezone * | tz | ||
| ) |
| struct timeval FT_LastTime |