Added zmq_device() function.

native_objects
Robert G. Jakabosky 15 years ago
parent 8a36da4e48
commit 2270280153

@ -84,6 +84,9 @@ c_function "init" {
if(${ctx} == NULL) ${err} = -1; if(${ctx} == NULL) ${err} = -1;
]] ]]
}, },
c_function "device" {
c_call "ZMQ_Error" "zmq_device" { "int", "device", "ZMQ_Socket", "insock", "ZMQ_Socket", "outsock" },
},
subfiles { subfiles {
"error.nobj.lua", "error.nobj.lua",

Loading…
Cancel
Save