diff options
Diffstat (limited to 'src/libstrongswan/utils.h')
-rw-r--r-- | src/libstrongswan/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 0f06fec6a..f98de4139 100644 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -299,6 +299,12 @@ enum status_t { * Another call to the method is required. */ NEED_MORE, + + /** + * For tasks only, same as SUCCESS, but also migrate all remaining tasks + * in the current queue to the opposite queue (passive->active or active->passive) + */ + MIGRATE, }; /** |