drieber(a)google.com has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1168185?usp=email )
Change subject: Moved enum recovery_backend and associated #define to solve forward
declaration issue.
......................................................................
Moved enum recovery_backend and associated #define to solve forward declaration issue.
When nfs-ganesha is compiled in our c++ project, we get an error due to the forward
declaration of the recovery_backend enum. Those are supported in C but not in C++.
Change-Id: I4955188d6f83b378af46ef376f84f414796fa708
Signed-off-by: David Rieber <drieber(a)google.com>
---
M src/include/gsh_config.h
A src/include/gsh_recovery.h
M src/include/sal_functions.h
3 files changed, 43 insertions(+), 14 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/85/1168185/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1168185?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I4955188d6f83b378af46ef376f84f414796fa708
Gerrit-Change-Number: 1168185
Gerrit-PatchSet: 1
Gerrit-Owner: drieber(a)google.com
Gerrit-MessageType: newchange