struct PK_BODY_tracked_sweep_r_s { PK_BODY_sweep_status_r_t status; PK_BODY_t body; PK_TOPOL_track_r_t tracking_info; }; typedef struct PK_BODY_tracked_sweep_r_s PK_BODY_tracked_sweep_r_t; A structure packaging a single swept result body along with its associated status, and tracking information. The structure has the following fields : status A token indicating the degree of success in completing the swept body. Note that this may indicate failure even where PK_BODY_make_swept_body returns PK_ERROR_no_errors. body The swept body produced by PK_BODY_make_swept_body. It may not check or be valid in cases where the status indicates anything other than complete success. tracking_info A collection of structures that hold associations between the topology presented to PK_BODY_make_swept_body and those present in the body returned in the 'body' field. The function PK_BODY_tracked_sweep_r_f may be used to free associated memory.