Now code compiles and seem to have all the features... Though most likely not yet working
diff --git a/wscript b/wscript
index 3eab13e..21824d7 100644
--- a/wscript
+++ b/wscript
@@ -65,7 +65,7 @@
             target = "sync-ns3",
             features=['cxx', 'cxxshlib'],
             source =  [
-                # 'ns3/sync-ccnx-wrapper.cc',
+                'ns3/sync-ccnx-wrapper.cc',
                 'ns3/sync-ns3-name-info.cc',
                 'ns3/sync-scheduler.cc',
                 
@@ -105,7 +105,7 @@
                 'ccnx/sync-app-data-publish.cc',
                 'ccnx/sync-app-socket-c.cc',
                 'ccnx/sync-app-socket.cc',
-
+                
                 'model/sync-diff-leaf.cc',
                 'model/sync-diff-state.cc',
                 'model/sync-digest.cc',