TsctlSystemConnWaitInfoDesc

From embeddedTS Manuals

This function returns an Array of information about each connection and what lock it is waiting for.

It does not make sense to use this function outside the context of the tsctl server.

typedef struct ConnectionWaitInfo {
   int pid;
   int wait; // lock waited for, or -1 if none
} ConnectionWaitInfo;