diff options
author | root <root> | 2011-06-17 18:55:42 +0000 |
---|---|---|
committer | root <root> | 2011-06-17 18:55:42 +0000 |
commit | 12aa2cfa32f0275b0a6249330af90ea6b2d44d56 (patch) | |
tree | 2a1bc43862bf3b86f07292b7068ef4abcca38fbe /eio.c | |
parent | 06ed79f5b01b509d7d3003922ca91714c7f3e083 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r-- | eio.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,7 +202,7 @@ static void eio_execute (struct etp_worker *self, eio_req *req); #define ETP_NUM_PRI (ETP_PRI_MAX - ETP_PRI_MIN + 1) /* calculate time difference in ~1/EIO_TICKS of a second */ -ECB_INLINE int +ecb_inline int tvdiff (struct timeval *tv1, struct timeval *tv2) { return (tv2->tv_sec - tv1->tv_sec ) * EIO_TICKS @@ -1697,7 +1697,7 @@ eio_init (void (*want_poll)(void), void (*done_poll)(void)) return etp_init (want_poll, done_poll); } -ECB_INLINE void +ecb_inline void eio_api_destroy (eio_req *req) { free (req); |