Commit 62718d0e authored by marko's avatar marko

branches/zip: ib_wqueue_wait(): Add decorative comment.

parent 9649c3e3
......@@ -64,6 +64,7 @@ Wait for a work item to appear in the queue. */
UNIV_INTERN
void*
ib_wqueue_wait(
/*===========*/
/* out: work item */
ib_wqueue_t* wq); /* in: work queue */
......
......@@ -77,6 +77,7 @@ Wait for a work item to appear in the queue. */
UNIV_INTERN
void*
ib_wqueue_wait(
/*===========*/
/* out: work item */
ib_wqueue_t* wq) /* in: work queue */
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment