Typedef dbLinkUserCallback

Typedef Documentation

typedef long (*dbLinkUserCallback)(struct link *plink, void *priv)

callback routine for locked link operations

Called by the lset::doLocked method to permit multiple link operations while the link instance is locked.

Param plink

the link

Param priv

context for the callback routine