Module: kamailio Branch: master Commit: 4176a53b5e24e15cb5d2a0b64e839c684266b379 URL: https://github.com/kamailio/kamailio/commit/4176a53b5e24e15cb5d2a0b64e839c684266b379
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2025-08-04T14:58:22+02:00 dispatcher: added internal uid filed for destination structure --- Modified: src/modules/dispatcher/dispatch.h --- Diff: https://github.com/kamailio/kamailio/commit/4176a53b5e24e15cb5d2a0b64e839c684266b379.diff Patch: https://github.com/kamailio/kamailio/commit/4176a53b5e24e15cb5d2a0b64e839c684266b379.patch --- diff --git a/src/modules/dispatcher/dispatch.h b/src/modules/dispatcher/dispatch.h index 897c9475d51..adbd83fe58e 100644 --- a/src/modules/dispatcher/dispatch.h +++ b/src/modules/dispatcher/dispatch.h @@ -35,6 +35,7 @@ #include "../../core/pvar.h" #include "../../core/xavp.h" #include "../../core/parser/msg_parser.h" +#include "../../core/utils/sruid.h" #include "../../modules/tm/tm_load.h" @@ -259,6 +260,8 @@ typedef struct _ds_dest { int probing_count; struct timeval dnstime; ds_ocdata_t ocdata; /*!< overload control attributes */ + char buid[SRUID_SIZE]; /*!< buffer for internal uid */ + str suid; /*!< str shortcut for internal uid */ struct _ds_dest *next; } ds_dest_t; _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!