31 #include "clientpipe.h" 43 keystate_ds_retract_task_perform(
task_type *task)
58 const char *what =
"ds-retract";
59 const char *who =
"KSK keys with retract flag set";
61 what_id =
task_register(what,
"keystate_ds_retract_task_perform",
62 keystate_ds_retract_task_perform);
63 return task_create(what_id, time_now(), who, what, engine, NULL);
enum task_id_enum task_id
void task_cleanup(task_type *task)
task_type * keystate_ds_retract_task(engine_type *engine)
task_id task_register(const char *short_name, const char *long_name, how_type how)
task_type * task_create(task_id what_id, time_t when, const char *who, const char *what, void *context, how_type clean_context)
int change_keys_from_to(db_connection_t *dbconn, int sockfd, const char *zonename, const hsm_key_t *hsmkey, int keytag, key_data_ds_at_parent_t state_from, key_data_ds_at_parent_t state_to, engine_type *engine)