This change is a mistake. CONVERTOR METHOD does not work with unpatched trunk. Revert back to PACK_METHOD.
This commit was SVN r17629.
This commit is contained in:
parent
1d57b8b0e0
commit
76e6334a57
@ -19,9 +19,9 @@ BEGIN_C_DECLS
|
||||
/* There is several different ways of packing the data to the sender-based
|
||||
* buffer. Just pick one.
|
||||
*/
|
||||
#undef SB_USE_PACK_METHOD
|
||||
#define SB_USE_PACK_METHOD
|
||||
#undef SB_USE_SELFCOMM_METHOD
|
||||
#define SB_USE_CONVERTOR_METHOD
|
||||
#undef SB_USE_CONVERTOR_METHOD
|
||||
|
||||
|
||||
typedef struct vprotocol_pessimist_sender_based_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user