Move TraceLogCallbackFun, add Vr structs
This commit is contained in:
parent
f3383deda8
commit
45c6718b99
2 changed files with 29 additions and 3 deletions
|
@ -7,9 +7,6 @@ import "C"
|
|||
|
||||
import "unsafe"
|
||||
|
||||
// TraceLogCallbackFun - function that will recive the trace log messages
|
||||
type TraceLogCallbackFun func(int, string)
|
||||
|
||||
var internalTraceLogCallbackFun TraceLogCallbackFun = func(int, string) {}
|
||||
|
||||
// SetTraceLogCallback - set a call-back function for trace log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue