initialize send_message to make chan_vpb build
commit108b926b7c4cf9ee87093aeeac7eb6143f5b75ed
authorTzafrir Cohen <tzafrir@cohens.org.il>
Sun, 10 Aug 2008 02:28:46 +0000 (10 05:28 +0300)
committerTzafrir Cohen <tzafrir@cohens.org.il>
Thu, 4 Sep 2008 07:54:21 +0000 (4 10:54 +0300)
tree91ca02d1ea3b9630b7eee91d16c8a54d8c0527d8
parentabc7a9b99a78a186dd01ea843b9c621cd44ffb9b
initialize send_message to make chan_vpb build

C++ aparantly requires all fields in a struct to be explicitly
initialized. Thus the extra field added to struct channel_tech requires
adding an extra field in the initializations in chan_vpb.cc .
channels/chan_vpb.cc