Not letting my lack of C++ experience stop me, I'm trying to fix the TODO on line 197 in xdpProgram.cpp.
Despite some review of the code base, I am unsure how to appropriately reference a unsigned 32bit type to pass as key and value types in the emitTableDecl() call. A simple uint32_t or something else?
Not letting my lack of C++ experience stop me, I'm trying to fix the TODO on line 197 in xdpProgram.cpp.
Despite some review of the code base, I am unsure how to appropriately reference a unsigned 32bit type to pass as key and value types in the
emitTableDecl()call. A simpleuint32_tor something else?