Commit fc45754f authored by msvensson@shellback's avatar msvensson@shellback

Update function description for Event_queue::get_top_for_execution_if_time

parent a811fd23
...@@ -693,9 +693,7 @@ static const char *queue_wait_msg= "Waiting for next activation"; ...@@ -693,9 +693,7 @@ static const char *queue_wait_msg= "Waiting for next activation";
SYNOPSIS SYNOPSIS
Event_queue::get_top_for_execution_if_time() Event_queue::get_top_for_execution_if_time()
thd [in] Thread thd [in] Thread
now [in] Current timestamp
job_data [out] The object to execute job_data [out] The object to execute
abstime [out] Time to sleep
RETURN VALUE RETURN VALUE
FALSE No error. If *job_data==NULL then top not elligible for execution. FALSE No error. If *job_data==NULL then top not elligible for execution.
......
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