Module: kamailio Branch: master Commit: 714adde1fc42cd4adc76d22b7fa028179ff6cb18 URL: https://github.com/kamailio/kamailio/commit/714adde1fc42cd4adc76d22b7fa02817...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-05-23T10:01:14+02:00
core: xavp - updated comments about vptr filed
---
Modified: src/core/xavp.h
---
Diff: https://github.com/kamailio/kamailio/commit/714adde1fc42cd4adc76d22b7fa02817... Patch: https://github.com/kamailio/kamailio/commit/714adde1fc42cd4adc76d22b7fa02817...
---
diff --git a/src/core/xavp.h b/src/core/xavp.h index 84af5ad182..071a421a4a 100644 --- a/src/core/xavp.h +++ b/src/core/xavp.h @@ -57,7 +57,7 @@ typedef struct _sr_xval { long l; long long ll; struct _sr_xavp *xavp; /* must be given in shm (not cloned) */ - void *vptr; /* void pointer - address copied, not freed */ + void *vptr; /* void pointer - see SR_XTYPE_VPTR, SR_XTYPE_SPTR */ sr_data_t *data; /* must be given in shm (not cloned) */ } v; } sr_xval_t;