Implement vnet_null device
Such device don't need new threads and files but are valid ethernet devices for the kernel. Convenient for testing.
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
#define RAW_SUFFIX ".raw"
|
||||
|
||||
struct vdisk*
|
||||
vdisk_init_raw(const char *fname, struct umka_io *io);
|
||||
vdisk_init_raw(const char *fname, const struct umka_io *io);
|
||||
|
||||
#endif // VDISK_RAW_H_INCLUDED
|
||||
|
Reference in New Issue
Block a user