Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic_driver.h

    r1b20da0 r205f1add  
    8383        nic_poll_mode_t poll_mode;
    8484        /** Polling period (applicable when poll_mode == NIC_POLL_PERIODIC) */
    85         struct timeval poll_period;
     85        struct timespec poll_period;
    8686        /** Current polling mode of the NIC */
    8787        nic_poll_mode_t default_poll_mode;
    8888        /** Polling period (applicable when default_poll_mode == NIC_POLL_PERIODIC) */
    89         struct timeval default_poll_period;
     89        struct timespec default_poll_period;
    9090        /** Software period fibrill information */
    9191        struct sw_poll_info sw_poll_info;
Note: See TracChangeset for help on using the changeset viewer.