Github user phrocker commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/436#discussion_r233910857
--- Diff: nanofi/include/core/cstructs.h ---
@@ -76,6 +80,12 @@ typedef struct {
* ##################################################################
*/
+typedef struct{
+ char *key;
--- End diff --
The example code I took this from had this as char*, not sure we can do
this. I'd have to look at the library. ---
