Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
fixup! tlvf: update auto generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomaz committed Mar 5, 2020
1 parent a16caf7 commit 815ad9e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ eLinkMetricsType& tlvLinkMetricQueryAllNeighbors::link_metrics_type() {
void tlvLinkMetricQueryAllNeighbors::class_swap()
{
tlvf_swap(16, reinterpret_cast<uint8_t*>(m_length));
tlvf_swap(8*sizeof(eLinkMetricsType), reinterpret_cast<uint8_t*>(m_link_metrics_type));
}

bool tlvLinkMetricQueryAllNeighbors::finalize()
Expand Down Expand Up @@ -158,9 +159,9 @@ eLinkMetricsType& tlvLinkMetricQuery::link_metrics_type() {
void tlvLinkMetricQuery::class_swap()
{
tlvf_swap(16, reinterpret_cast<uint8_t*>(m_length));
tlvf_swap(8*sizeof(eNeighborType), reinterpret_cast<uint8_t*>(m_neighbor_type));
tlvf_swap(8*sizeof(eLinkMetricNeighborType), reinterpret_cast<uint8_t*>(m_neighbor_type));
m_mac_al_1905_device->struct_swap();
tlvf_swap(8*sizeof(eLinkMetricsType), reinterpret_cast<uint8_t*>(m_link_metrics));
tlvf_swap(8*sizeof(eLinkMetricsType), reinterpret_cast<uint8_t*>(m_link_metrics_type));
}

bool tlvLinkMetricQuery::finalize()
Expand Down

0 comments on commit 815ad9e

Please sign in to comment.