diff options
author | Sheena Artrip <sheenobu@fb.com> | 2018-02-13 14:59:07 -0800 |
---|---|---|
committer | Sheena Artrip <sheenobu@fb.com> | 2018-02-13 15:05:04 -0800 |
commit | 7a4ca270af19124a262f93fafc367e3635da3c0b (patch) | |
tree | 12a629e435b00df41e32fad480c7ffdd4036bbfe | |
parent | 37a13e16532d2757ee489bb8195dfd6c567f2ca1 (diff) |
rpc: Adds rpcbind6 programs to libgfrpc symbols
Building with --with-default-ipv6 causes shared
components of gluster calling the rpcbind6 functions
to fail. Adding the symbols in the list is all that is
necessary. Building without ipv6 keeps the same behavior.
No test cases as this is a build-specific fix.
Change-Id: I248d3291bf17326b07d152d9b79cdcfaf9068f0d
BUG: 1544961
Signed-off-by: Sheena Artrip <sheenobu@fb.com>
-rw-r--r-- | rpc/rpc-lib/src/libgfrpc.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/libgfrpc.sym b/rpc/rpc-lib/src/libgfrpc.sym index 37484e435ad..89923b22192 100644 --- a/rpc/rpc-lib/src/libgfrpc.sym +++ b/rpc/rpc-lib/src/libgfrpc.sym @@ -32,8 +32,10 @@ rpcsvc_init_options rpcsvc_listener_destroy rpcsvc_program_register rpcsvc_program_register_portmap +rpcsvc_program_register_rpcbind6 rpcsvc_program_unregister rpcsvc_program_unregister_portmap +rpcsvc_program_unregister_rpcbind6 rpcsvc_reconfigure_options rpcsvc_register_notify rpcsvc_register_portmap_enabled |