Control structure for the Photon transport mechanism
typedef struct phdattransp { PhTransportLink_t *first_inline; PhTransportLink_t *last_inline; int unsigned n_inline; int unsigned rqdata_cnt; } PhTransportCtrl_t ;
This structure is used when packing data for use with Photon's transport mechanism. It includes these members:
Photon
PhCreateTransportCtrl(), PhGetNextInlineData(), PhGetTransportVectors(), PhPackEntry(), PhPackType(), PhReleaseTransportCtrl(), PhTransportLink_t, PhTransportType()
Drag and Drop chapter of the Photon Programmer's Guide