From 6297f3c47d33d10e16b5f7c6dfe1f484294695d9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 25 Jun 2013 22:46:54 +0000 Subject: [PATCH] merged python binding fix from RC_0_16 --- ChangeLog | 1 + bindings/python/src/alert.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 941b6f6fd..6cedc794d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ * fix uTP edge case where udp socket buffer fills up * fix nagle implementation in uTP + * added missing field to scrape_failed_alert in python bindings * GCC 4.8 fix * fix proxy failure semantics with regards to anonymous mode * fix round-robin seed-unchoke algorithm diff --git a/bindings/python/src/alert.cpp b/bindings/python/src/alert.cpp index 3fab65131..bced01028 100644 --- a/bindings/python/src/alert.cpp +++ b/bindings/python/src/alert.cpp @@ -338,6 +338,7 @@ void bind_alert() class_, noncopyable>( "scrape_failed_alert", no_init) + .def_readonly("msg", &scrape_failed_alert::msg) ; class_, noncopyable>(