mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
fssync-enum-syntax-20090324
LICENSE IPL10 no trailing comma
This commit is contained in:
parent
63b0d495cf
commit
71a73608b1
@ -106,7 +106,7 @@ enum FSSYNC_VolOpState {
|
|||||||
FSSYNC_VolOpDenied = 1, /**< volume operation request denied */
|
FSSYNC_VolOpDenied = 1, /**< volume operation request denied */
|
||||||
FSSYNC_VolOpRunningOnline = 2, /**< volume operation is running while volume is online */
|
FSSYNC_VolOpRunningOnline = 2, /**< volume operation is running while volume is online */
|
||||||
FSSYNC_VolOpRunningOffline = 3, /**< volume operation is running while volume is offline */
|
FSSYNC_VolOpRunningOffline = 3, /**< volume operation is running while volume is offline */
|
||||||
FSSYNC_VolOpRunningUnknown = 4, /**< volume operation is running; VVolOpLeaveOnline_r resolution unknown */
|
FSSYNC_VolOpRunningUnknown = 4 /**< volume operation is running; VVolOpLeaveOnline_r resolution unknown */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user