Commit 71c4d321 authored by Geoff Simmons's avatar Geoff Simmons

Re-arrange the fields in the VMOD object struct a bit.

Still very cacheline-unfriendly.
parent 9d22f49d
......@@ -90,15 +90,15 @@ struct file_info {
struct VPFX(file_reader) {
unsigned magic;
#define FILE_READER_MAGIC 0x08d18e5b
int flags;
pthread_rwlock_t lock;
struct file_info *info;
char *addr;
char *vcl_name;
char *obj_name;
char *errbuf;
size_t errlen;
timer_t timerid;
int flags;
uint8_t errlen;
};
struct timer_entry {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment