drieber@google.com has uploaded this change for review.

View Change

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@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 change 1168185. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I4955188d6f83b378af46ef376f84f414796fa708
Gerrit-Change-Number: 1168185
Gerrit-PatchSet: 1
Gerrit-Owner: drieber@google.com
Gerrit-MessageType: newchange