Kaynağa Gözat

ZOOKEEPER-2114 jute generated allocate_* functions are not externally visible (Tim Crowder via michim)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1661560 13f79535-47bb-0310-9956-ffa450edef68
Michi Mutsuzaki 10 yıl önce
ebeveyn
işleme
e5a705c9ef
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 3 0
      CHANGES.txt
  2. 1 1
      src/c/Makefile.am

+ 3 - 0
CHANGES.txt

@@ -37,6 +37,9 @@ BUGFIXES:
   ZOOKEEPER-1949 recipes jar not included in the distribution package (Rakesh R
   via michim)
 
+  ZOOKEEPER-2114 jute generated allocate_* functions are not externally visible
+  (Tim Crowder via michim)
+
 IMPROVEMENTS:
   ZOOKEEPER-1660 Documentation for Dynamic Reconfiguration (Reed Wanderman-Milne via shralex)  
 

+ 1 - 1
src/c/Makefile.am

@@ -23,7 +23,7 @@ COMMON_SRC = src/zookeeper.c include/zookeeper.h include/zookeeper_version.h inc
 	src/addrvec.h src/addrvec.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|deallocate_|zerror|is_unrecoverable)'
+EXPORT_SYMBOLS = '(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|allocate_|zerror|is_unrecoverable)'
 noinst_LTLIBRARIES += libzkst.la
 libzkst_la_SOURCES =$(COMMON_SRC) src/st_adaptor.c
 libzkst_la_LIBADD = -lm