[ad_1]
If you want to print the pointer variable, you have to use the * before the variable name.
Use the below printf statement it will work.
printf("OFPORT VAL = %lld\n",*ofport_request);
4
[ad_2]
solved How to resolve this pointer issue?
[ad_1]
If you want to print the pointer variable, you have to use the * before the variable name.
Use the below printf statement it will work.
printf("OFPORT VAL = %lld\n",*ofport_request);
4
[ad_2]
solved How to resolve this pointer issue?