Skip to content

Commit

Permalink
modified: src/v2i-hub/PedestrianPlugin/src/include/PedestrianPlugin.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillmartin committed Jun 26, 2024
1 parent 6ddd9e6 commit 7cfdd3d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ class PedestrianPlugin: public PluginClient

J2735MessageFactory factory;

std::mutex _cfgLock;

uint16_t webport;
std::string webip;
std::string webSocketIP;
Expand All @@ -104,6 +106,6 @@ class PedestrianPlugin: public PluginClient
// API URL to accept PSM XML
const QString PSM_Receive = "";
};
std::mutex _cfgLock;

};

0 comments on commit 7cfdd3d

Please sign in to comment.