ttyrpld [rusty colors]

 
Name > rpl - ttyrpld log file format
 
Description >

The logfiles rpld creates are a small variation of the packet protocol as described in rpldev(4). The .dev field is not present and a timestamp has been added. All fields are little endian. The structure is:

struct disk_packet {
    uint16_t size;
    uint8_t event, magic;
    struct timeval tv;
};

 
See also > rpldev(4)