/* At this point the execution is safe. */
RESET_SAFE_LJMP(stream->hlua.T);
-
- /* Set the currently running flag. */
- HLUA_SET_RUN(&stream->hlua);
}
/* Execute the function. */
/* At this point the execution is safe. */
RESET_SAFE_LJMP(stream->hlua.T);
-
- /* Set the currently running flag. */
- HLUA_SET_RUN(&stream->hlua);
}
/* Execute the function. */
/* We must initialize the execution timeouts. */
s->hlua.expire = tick_add_ifset(now_ms, hlua_timeout_session);
-
- /* Set the currently running flag. */
- HLUA_SET_RUN(&s->hlua);
}
/* Execute the function. */