DSEDebugInfo

Contains DSTrace information corresponding to the information in DSTraceInfo.

Service:eDirectory Event
Defined In:nwdsevnt.h

Structure

    typedef struct 
    { 
       uint32   dstime, milliseconds ; 
       uint32   curThread ; 
       uint32   connID ; 
       uint32   perpetratorID ; 
       char    *fmtStr ; 
       char    *parms ; 
       char     data ; 
    } DSEDebugInfo;
    

Fields

dstime, milliseconds
Specifies the time the event occurred.
curThread
Specifies the thread that was running when the event occurred.
connID
Specifies the number of the connection that generated the event.
perpetratorID
Specifies the local ID for the object that requested the action. For example, Admin.Acmecorp that an entry be created.
fmtStr
Points to a sprintf type format string describing the parameters.
parms
Points to a pseudo-stack, or variable argument list, of parameters.
data
Specifies the parameter data.

Associated Events

All events having a DSE_DB_ prefix.