pandalog_write_entry

Function pandalog_write_entry 

Source
pub unsafe extern "C" fn pandalog_write_entry(
    entry: *mut Panda__LogEntry,
)
Expand description

pandalog_write_entry() - Write an entry to the pandalog. @entry: Pointer to the entry.

XXX: Tell reader where to look to know what Panda__LogEntry looks like.