Open losintikfos opened 5 years ago
Hi,
Do you know why this line in (CreateQueue):
q.c_qh = C.nfq_create_queue(q.c_h,C.u_int16_t(queue_num),(*C.nfq_callback)(C.c_nfq_cb),unsafe.Pointer(q))
Is halting build with the error:
panic: runtime error: cgo argument has Go pointer to Go pointer
Thanks
Unfortunately, the library is not doing this properly.
See [1], [2]
Hi,
Do you know why this line in (CreateQueue):
q.c_qh = C.nfq_create_queue(q.c_h,C.u_int16_t(queue_num),(*C.nfq_callback)(C.c_nfq_cb),unsafe.Pointer(q))
Is halting build with the error:
Thanks