- added descriptor key for pardef objects in order to detect them in loglisten

This commit is contained in:
2017-06-14 15:50:00 +02:00
parent a7626beeb7
commit 68b4f57b09

View File

@ -1549,6 +1549,7 @@ void *ParMake(SConnection * con, char *name, ParClass * class,
o->desc = CreateDescriptor(class->name); o->desc = CreateDescriptor(class->name);
assert(o->desc); assert(o->desc);
o->desc->SaveStatus = ParSaveAll; o->desc->SaveStatus = ParSaveAll;
SetDescriptorKey(o->desc, "pardef", "1");
o->creationCmd = creationCmd; o->creationCmd = creationCmd;
o->pCall = NULL; o->pCall = NULL;
o->logTime = 0; o->logTime = 0;