]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/include/main.h
Update remote request code prototype to compile with latest kernels.
[lincan.git] / lincan / include / main.h
index 5b4e0e0dbb1633aa4c383b80b558c1f28bac047b..663f81f8bb64f2e86e8540438dd6e9fa34457b49 100644 (file)
@@ -397,6 +397,7 @@ struct mem_addr {
 /* Structure for the RTR queue */
 struct rtr_id {
        unsigned long id;
+       int ready_fl;
        struct canmsg_t *rtr_message;
        wait_queue_head_t rtr_wq;
        struct rtr_id *next;