Matthew DeVore has uploaded this change for review.

View Change

Remove ambiguous use of "export" in header file

fsal_commonlib.h cannot be easily included from a C++ source file
because it uses "export" as a parameter name, which is a C++ keyword.

This is the only instance of "export" causing problems for me at the
moment. I didn't do a global cleanup as this would unnecessarily change
headers that are not part of Ganesha's public API.

Signed-off-by: Matthew DeVore <matvore@google.com>
Change-Id: I72b95e2124a90c82438a30457fc092e3cf7a5c32
---
M src/include/FSAL/fsal_commonlib.h
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/46/525846/1

To view, visit change 525846. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I72b95e2124a90c82438a30457fc092e3cf7a5c32
Gerrit-Change-Number: 525846
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew DeVore <me@matvore.com>
Gerrit-MessageType: newchange