[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-24 Thread Victor Seva
Merged #3448 into master. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3448#event-9333218821 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-24 Thread Daniel-Constantin Mierla
Fine for me. Thanks. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3448#issuecomment-1561671149 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-19 Thread Victor Seva
@linuxmaniac pushed 1 commit. ed29e2f1d4d600ae4899896668b0cd121064e4e4 core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/b2188e30d3728a7f4bf5aec6359c92183becdc15..ed29e2f1d4d600ae4899896668b0cd121064e4e4 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. b2188e30d3728a7f4bf5aec6359c92183becdc15 core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/aee1cc1de80291f80ff3f753391eaa8066eb6199..b2188e30d3728a7f4bf5aec6359c92183becdc15 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. aee1cc1de80291f80ff3f753391eaa8066eb6199 core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/efd0c0b160eb19e93e3447981dbb6bdc0b82c38f..aee1cc1de80291f80ff3f753391eaa8066eb6199 You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. efd0c0b160eb19e93e3447981dbb6bdc0b82c38f core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/925e9764254dd1cb9f7644c928d9c0762c8c2fab..efd0c0b160eb19e93e3447981dbb6bdc0b82c38f You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-17 Thread Victor Seva
@linuxmaniac pushed 1 commit. 925e9764254dd1cb9f7644c928d9c0762c8c2fab core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/4828969aa17e52e25712708b84660dc684be01da..925e9764254dd1cb9f7644c928d9c0762c8c2fab You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-16 Thread Victor Seva
Ah, I see. So like this? Change already pushed ``` diff --git a/src/core/pvapi.c b/src/core/pvapi.c index b36c92b2be..c184db28d9 100644 --- a/src/core/pvapi.c +++ b/src/core/pvapi.c @@ -119,6 +119,7 @@ void pv_cache_dump_cb(str *gname, str *name) { if (cfg_get(core, core_cfg,

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-16 Thread Victor Seva
@linuxmaniac pushed 1 commit. 4828969aa17e52e25712708b84660dc684be01da core: pv_cache_dump -- View it on GitHub: https://github.com/kamailio/kamailio/pull/3448/files/5bba66c9d2b139a999012563d577e379c1789cc7..4828969aa17e52e25712708b84660dc684be01da You are receiving this because you are

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-16 Thread Daniel-Constantin Mierla
Probably it is going to require two changes of the value for another dump, I guess the same happens for similar cases. Likely they were considered like one time use for troubleshooting, so it is fine for me to merge and eventually improve later. -- Reply to this email directly or view it on

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-10 Thread Victor Seva
Uhm... I don't see that in mem_dump_pkg_cb https://github.com/kamailio/kamailio/blob/6b4e3b4b227381bfe896b23af5c4ce996c95f6e8/src/core/pt.c#L536-L562 -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3448#issuecomment-1541547546 You are receiving

[sr-dev] Re: [kamailio/kamailio] core: pv_cache_dump (PR #3448)

2023-05-10 Thread Daniel-Constantin Mierla
Shouldn't the value changed back to 0 on dump callback? To allow setting it back to pid later ... -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/3448#issuecomment-1541523380 You are receiving this because you are subscribed to this thread.