Skip to content

Instantly share code, notes, and snippets.

View mhdawson's full-sized avatar

Michael Dawson mhdawson

View GitHub Profile
[root@test-softlayer-centos6-x64-1 ~]# uname -a
Linux test-softlayer-centos6-x64-1 2.6.32-696.28.1.el6.x86_64 #1 SMP Wed May 9 23:09:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
@mhdawson
mhdawson / Wrapper.md
Last active May 6, 2016 21:53
C++ Wrapper.md

C++ Wrapper API

This tries to outline what C++ API could be provided to the module writer. This might not be what the API at the border between the modules and the node binary is (which may look more like what is in the previous section) but would provide a more C++ friendly API>

All C/C++ methods will be passed a node::ni::ni_env object as