> @@ -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
_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to