#include "LinkRequest.h" namespace ariba { namespace overlay { vsznDefault(LinkRequest); LinkRequest::LinkRequest() { } LinkRequest::LinkRequest( uint32_t nonce, const EndpointDescriptor* endpoint, bool reply ) : flags(reply&1), nonce(nonce), endpoint(endpoint) { } LinkRequest::~LinkRequest() { } }} // ariba::overlay