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. */ ...@@ -64,6 +64,7 @@ Wait for a work item to appear in the queue. */
UNIV_INTERN UNIV_INTERN
void* void*
ib_wqueue_wait( ib_wqueue_wait(
/*===========*/
/* out: work item */ /* out: work item */
ib_wqueue_t* wq); /* in: work queue */ ib_wqueue_t* wq); /* in: work queue */
......
...@@ -77,6 +77,7 @@ Wait for a work item to appear in the queue. */ ...@@ -77,6 +77,7 @@ Wait for a work item to appear in the queue. */
UNIV_INTERN UNIV_INTERN
void* void*
ib_wqueue_wait( ib_wqueue_wait(
/*===========*/
/* out: work item */ /* out: work item */
ib_wqueue_t* wq) /* in: work queue */ 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