Forráskód Böngészése

ZOOKEEPER-708. zkpython failing due to undefined symbol deallocate_String_vector

git-svn-id: https://svn.apache.org/repos/asf/hadoop/zookeeper/trunk@924655 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 15 éve
szülő
commit
d688f88b14
2 módosított fájl, 4 hozzáadás és 1 törlés
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/c/Makefile.am

+ 3 - 0
CHANGES.txt

@@ -301,6 +301,9 @@ BUGFIXES:
   ZOOKEEPER-709. bookkeeper build failing with missing factory
   (phunt)
 
+  ZOOKEEPER-708. zkpython failing due to undefined symbol
+  deallocate_String_vector (mahadev via phunt)
+
 IMPROVEMENTS:
   ZOOKEEPER-473. cleanup junit tests to eliminate false positives due to
   "socket reuse" and failure to close client (phunt via mahadev)

+ 1 - 1
src/c/Makefile.am

@@ -22,7 +22,7 @@ COMMON_SRC = src/zookeeper.c include/zookeeper.h include/zookeeper_version.h inc
     src/zookeeper_log.h src/zk_log.c src/zk_hashtable.h src/zk_hashtable.c
 
 # These are the symbols (classes, mostly) we want to export from our library.
-EXPORT_SYMBOLS = '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel)'
+EXPORT_SYMBOLS = '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|zerror|is_unrecoverable)'
 noinst_LTLIBRARIES += libzkst.la
 libzkst_la_SOURCES =$(COMMON_SRC) src/st_adaptor.c
 libzkst_la_LIBADD = -lm