Added the meta field to Packet to support Packet's metadata
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
int main(int, char**) {
|
||||
Packet p;
|
||||
cout << int(p.type) << endl;
|
||||
cout << int(p.meta.type) << endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user