Skip to content

Commit

Permalink
Adding an enum value for the number of transport types
Browse files Browse the repository at this point in the history
  • Loading branch information
Alami-Amine committed Sep 19, 2024
1 parent 30bb086 commit 3243909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transport/raw/PeerAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ enum class Type : uint8_t
kBle,
kTcp,
kWiFiPAF,
kLast = kWiFiPAF, //This is not an actual transport type, it just refers to the last transport type
};

/**
Expand Down

0 comments on commit 3243909

Please sign in to comment.