chiark / gitweb /
hostnamectl: should the sanitized arch, not the native uname() one
[elogind.git] / src / core / execute.h
index b98ef952e157fcefc5e9db07ca234fadd961a2b9..5c4c0b4abe635393b1d1e8b23b337af5ff16c617 100644 (file)
@@ -168,6 +168,8 @@ struct ExecContext {
          * don't enter a trigger loop. */
         bool same_pgrp;
 
+        unsigned long personality;
+
         Set *syscall_filter;
         Set *syscall_archs;
         int syscall_errno;