[OpenSIPS-Devel] [opensips] ASYNC_CHANGE_FD status + db engine async state parameter + db_virtual async (#715)

Liviu Chircu notifications at github.com
Wed Feb 17 18:36:36 CET 2016


> @@ -36,7 +36,8 @@
>   * NOTE: all values in this enum must be negative
>   */
>  enum async_ret_code {
> -	ASYNC_NO_IO = -5,
> +	ASYNC_NO_IO = -6,
> +	ASYNC_CHANGE_FD,

I'd suggest moving `ASYNC_CHANGE_FD` two spots below, since it's still an async operation (but on a new DB backend/host), along with `ASYNC_CONTINUE`.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/pull/715/files#r53200554
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20160217/e812a3ef/attachment.htm>


More information about the Devel mailing list