aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.h
diff options
context:
space:
mode:
authorClavister OpenSource <opensource@clavister.com>2011-11-29 11:21:54 +0100
committerClavister OpenSource <opensource@clavister.com>2012-03-20 17:31:09 +0100
commit0ea77083bb61acc775f7704540ce9f67a89bc78d (patch)
tree9d34d211e9002fb76a35ce2fb99fb39d09f93490 /src/libstrongswan/utils.h
parentc961d110abbb29df9898d97f2f3d5c849e1f96bb (diff)
downloadstrongswan-0ea77083bb61acc775f7704540ce9f67a89bc78d.tar.bz2
strongswan-0ea77083bb61acc775f7704540ce9f67a89bc78d.tar.xz
Revert "IKEv1 XAuth: Added new MIGRATE status type to status_t."
This reverts commit b57df8310a867a0a65abf17279bf1b6e6bb2f5d3. Conflicts: src/libcharon/sa/task_manager_v1.c
Diffstat (limited to 'src/libstrongswan/utils.h')
-rw-r--r--src/libstrongswan/utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h
index f98de4139..0f06fec6a 100644
--- a/src/libstrongswan/utils.h
+++ b/src/libstrongswan/utils.h
@@ -299,12 +299,6 @@ 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,
};
/**