X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fswap.h;h=35d47fd46f5e87f769221a06726fa654d4127515;hb=795607b22308f5b92073b012e43be1892fdd97c0;hp=ff12169b6822a03347977700608025dba6e59d19;hpb=6b1dc2bd3cdb3bd932b0692be636ddd2879edb92;p=elogind.git diff --git a/src/core/swap.h b/src/core/swap.h index ff12169b6..35d47fd46 100644 --- a/src/core/swap.h +++ b/src/core/swap.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef fooswaphfoo -#define fooswaphfoo +#pragma once /*** This file is part of systemd. @@ -88,6 +87,7 @@ struct Swap { ExecCommand exec_command[_SWAP_EXEC_COMMAND_MAX]; ExecContext exec_context; + KillContext kill_context; SwapState state, deserialized_state; @@ -119,5 +119,3 @@ SwapExecCommand swap_exec_command_from_string(const char *s); const char* swap_result_to_string(SwapResult i); SwapResult swap_result_from_string(const char *s); - -#endif