diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-11-09 17:06:07 -0500 |
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-11-09 17:06:07 -0500 |
| commit | 77352bda4f187db6624f03471e76b5219d5e26fa (patch) | |
| tree | d68763f8a1892f1ab1a222739ac26a475ea7ff0a /netnuke.h | |
| parent | 8ea575e6f55c4ff8db23d967ebfa6fa76788ac37 (diff) | |
| download | NetNuke-77352bda4f187db6624f03471e76b5219d5e26fa.tar.gz | |
This code is unstable. A runaway file descriptor is locking up the testbed.
Diffstat (limited to 'netnuke.h')
| -rw-r--r-- | netnuke.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,9 @@ void fillRandom(char buffer[], uint64_t length); void staticPattern() __attribute__((alias("fillRandom"))); uint64_t getSize(const char* media); +int open_device(const char *media); +int close_device(int fd); +//int recycle_device(const char* media, int fd); void echoList(void); void usage(const char* cmd); void version_short(void); @@ -53,6 +56,7 @@ This software is licensed under %sv%d\n",\ NETNUKE_AUTHOR_EMAIL, NETNUKE_LICENSE_TYPE,\ NETNUKE_LICENSE_VERSION +/* Per iteration of devices, how many should we test for */ #define MAX_SCAN 255 /* Output update speed based on writes */ #define RETAINER 0 |
