nfqueue-go
nfqueue-go copied to clipboard
panic: runtime error: cgo argument has Go pointer to Go pointer
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