# Schedule definitions for thorn WormMigrator # $Header$ if (CCTK_MyProc(NULL)==0) { schedule MS_CreateDB at Startup after Wxml_RegisterServer { LANG:C } "Create the Migration Database" schedule MS_RegisterMethods at Startup after WXml_RegisterServer { LANG:C } "Registering XMLRPC methods for Grid Migration Server" schedule MS_HTMLServer at Startup after WXml_RegisterServer { LANG:C } "Start Grid Migration WebServer" schedule MS_ServerAnnounce at CCTK_POSTSTEP { LANG:C } "Grid Migration Server announces to server" schedule MS_ProcessRequests_WRAP at CCTK_POSTSTEP { LANG:C } "work the migration request queue" }