/
niceSOFT
/
systemd
Обзор
Документация
Войти
/
niceSOFT
/
systemd
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/core/execute-serialize.h
23 строки
680 B
Daan De Meyer
core: Clean up includes
22 май 2025, 10:37
22 май 2025, 10:37
836e4e7
Код
Авторство
О чём код?
/* SPDX-License-Identifier: LGPL-2.1-or-later */ #pragma once #include "core-forward.h" /* These functions serialize/deserialize for invocation purposes (i.e.: serialized object is passed to a * child process) rather than to save state across reload/reexec. */ int exec_serialize_invocation(FILE *f, FDSet *fds, const ExecContext *ctx, const ExecCommand *cmd, const ExecParameters *p, const ExecRuntime *rt, const CGroupContext *cg); int exec_deserialize_invocation(FILE *f, FDSet *fds, ExecContext *ctx, ExecCommand *cmd, ExecParameters *p, ExecRuntime *rt, CGroupContext *cg);