Commit 078671ce authored by Eisenhauer, Greg's avatar Eisenhauer, Greg
Browse files

Don't change default marshaling mechanism

parent 0ad7de03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ struct _SstBlock
};

#define SST_FOREACH_PARAMETER_TYPE_4ARGS(MACRO)                                \
    MACRO(MarshalMethod, MarshalMethod, size_t, SstMarshalFFS)                 \
    MACRO(MarshalMethod, MarshalMethod, size_t, SstMarshalBP)                  \
    MACRO(RegistrationMethod, RegMethod, size_t, 0)                            \
    MACRO(DataTransport, String, char *, NULL)                                 \
    MACRO(RendezvousReaderCount, Int, int, 1)                                  \