Skip to content

Commit 87e02be

Browse files
committed
split out proton data parsing to it's own class
1 parent 8b23674 commit 87e02be

File tree

5 files changed

+598
-692
lines changed

5 files changed

+598
-692
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"target_name": "cproton",
55
"type": "loadable_module",
6-
"sources": [ "src/cproton.cc", "src/messenger.cc" ],
6+
"sources": [ "src/cproton.cc", "src/messenger.cc", "src/protondata.cc" ],
77

88
'conditions': [
99
['OS=="linux"', {

0 commit comments

Comments
 (0)