We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b824c45 commit 1ed5933Copy full SHA for 1ed5933
new-process-api/packet.hpp
@@ -0,0 +1,11 @@
1
+#pragma once
2
+
3
+namespace ipxp {
4
5
+struct Packet {
6
+ void* payload;
7
+};
8
9
+struct PacketFeatures {};
10
11
+} // namespace ipxp
0 commit comments