summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/msg.c b/msg.c
index bb913e96..ddf6004e 100644
--- a/msg.c
+++ b/msg.c
@@ -290,6 +290,7 @@ rsRetVal MsgSerialize(uchar **ppOutBuf, size_t *pLenBuf, void *pUsr)
msg_t* pThis = pUsr;
rsCStrObj *pCStr;
+dbgprintf("MsgSerialize in\n");
assert(ppOutBuf != NULL);
assert(pLenBuf != NULL);
assert(pThis != NULL);
@@ -1933,6 +1934,8 @@ char *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
*/
BEGINObjClassInit(Msg)
OBJSetMethodHandler(objMethod_SERIALIZE, MsgSerialize);
+printf("MSgSerialize pointer: %lx\n", (unsigned long) MsgSerialize);
+printf("Msg objInfo: %lx\n", pObjInfoOBJ );
ENDObjClassInit
/*