Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 937 → Rev 938

/shark/trunk/ports/first/include/message.h
47,6 → 47,7
REQUEST_RENEGOTIATE_CONTRACT,
CHANGE_PARAMETER,
WAIT_NEGOTIATE,
NEGOTIATE_GROUP,
NUM_MESSAGE,
} message_type;
 
65,7 → 66,7
union {
fsf_contract_parameters_t contract;
qual_imp qi;
}
};
} mess;