summaryrefslogtreecommitdiff
path: root/eio.c
diff options
context:
space:
mode:
authorroot <root>2011-06-17 18:55:42 +0000
committerroot <root>2011-06-17 18:55:42 +0000
commit12aa2cfa32f0275b0a6249330af90ea6b2d44d56 (patch)
tree2a1bc43862bf3b86f07292b7068ef4abcca38fbe /eio.c
parent06ed79f5b01b509d7d3003922ca91714c7f3e083 (diff)
*** empty log message ***
Diffstat (limited to 'eio.c')
-rw-r--r--eio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eio.c b/eio.c
index 15a3a9e..a191ed8 100644
--- a/eio.c
+++ b/eio.c
@@ -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);