You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2016/06/22 01:54:22 UTC

[2/4] incubator-kudu git commit: Allow crcutil* symbols in the client

Allow crcutil* symbols in the client

A previous patch moved PB tracing utilities into pb_util.cc/h but
in order to use these in the client (in RcpController, follow up patch)
the crcutil* symbols need to be allowed.

Change-Id: I87fa1b69390a566ab141cf4cf9be84608be73390
Reviewed-on: http://gerrit.cloudera.org:8080/3412
Reviewed-by: Adar Dembo <ad...@cloudera.com>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/021658df
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/021658df
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/021658df

Branch: refs/heads/master
Commit: 021658dfbc30f79254271cf80d43080462e129e2
Parents: 8e7e449
Author: David Alves <da...@cloudera.com>
Authored: Mon Jun 20 11:59:02 2016 -0700
Committer: David Ribeiro Alves <dr...@apache.org>
Committed: Tue Jun 21 02:59:36 2016 +0000

----------------------------------------------------------------------
 src/kudu/client/symbols.map | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/021658df/src/kudu/client/symbols.map
----------------------------------------------------------------------
diff --git a/src/kudu/client/symbols.map b/src/kudu/client/symbols.map
index 0f08921..7c6db4d 100644
--- a/src/kudu/client/symbols.map
+++ b/src/kudu/client/symbols.map
@@ -29,6 +29,10 @@
       gflags_mutex_namespace::*;
       glog_internal_namespace_::*;
 
+      # crcutil
+      crcutil::*;
+      crcutil_interface::*;
+
       # devtoolset - the Red Hat devtoolset statically links c++11 symbols
       # into binaries so that the result may be executed on a system with an
       # older libstdc++ which doesn't include the necessary c++11 symbols.