fix python binding build

This commit is contained in:
Arvid Norberg 2011-05-28 16:10:13 +00:00
parent 5dbc41447d
commit 5e7b2fad97
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ void bind_session_settings()
#endif
.def_readwrite("max_fail_count", &dht_settings::max_fail_count)
.def_readwrite("max_torrents", &dht_settings::max_torrents)
.def_readwrite("max_feed_items", &dht_settings::max_feed_items)
.def_readwrite("max_dht_items", &dht_settings::max_dht_items)
.def_readwrite("restrict_routing_ips", &dht_settings::restrict_routing_ips)
.def_readwrite("restrict_search_ips", &dht_settings::restrict_search_ips)
;