[sr-dev] git:master:714adde1: core: xavp - updated comments about vptr filed
Daniel-Constantin Mierla
miconda at gmail.com
Thu May 23 10:02:11 CEST 2019
Module: kamailio
Branch: master
Commit: 714adde1fc42cd4adc76d22b7fa028179ff6cb18
URL: https://github.com/kamailio/kamailio/commit/714adde1fc42cd4adc76d22b7fa028179ff6cb18
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/714adde1fc42cd4adc76d22b7fa028179ff6cb18.diff
Patch: https://github.com/kamailio/kamailio/commit/714adde1fc42cd4adc76d22b7fa028179ff6cb18.patch
---
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;
More information about the sr-dev
mailing list