|
ContainerTracer
0.1
|
#include <trace_replay.h>#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include <errno.h>#include <sys/mount.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/time.h>#include <sgio.h>
Macros | |
| #define | ENOIOCTLCMD ENOTTY |
Functions | |
| int | timeval_subtract (struct timeval *result, struct timeval *x, struct timeval *y) |
| int | disk_open (const char *dev, int flag) |
| void | flush_buffer_cache (int fd) |
| void | disk_close (int fd) |
Variables | |
| int | verbose |
| #define ENOIOCTLCMD ENOTTY |
| void disk_close | ( | int | fd | ) |

| int disk_open | ( | const char * | dev, |
| int | flag | ||
| ) |
| void flush_buffer_cache | ( | int | fd | ) |

| int timeval_subtract | ( | struct timeval * | result, |
| struct timeval * | x, | ||
| struct timeval * | y | ||
| ) |
| int verbose |
1.8.13