PK_receive_mixed_t   

typedef int PK_receive_mixed_t;

Used in:

PK_PART_receive_o_t
PK_PARTITION_receive_deltas_o_t
PK_PARTITION_receive_o_t


This datatype controls receiving transmitted files containing mixed parts
i.e. those with both facet and classic geometry.

PK_receive_mixed_t can take the values:
    PK_receive_mixed_fail_c         Fail with PK_ERROR_mixed_geometry
                                    if the file contains mixed parts

    PK_receive_mixed_make_facet_c   Convert any mixed parts in the file
                                    to have facet geometry only
                                    This value is currently not implemented

    PK_receive_mixed_allow_c        Receive any mixed parts as they are