summaryrefslogtreecommitdiffstats
path: root/src/havegecmd.h
diff options
context:
space:
mode:
authorJirka Hladky <jhladky@redhat.com>2024-09-30 13:50:41 +0200
committerJirka Hladky <jhladky@redhat.com>2024-09-30 13:50:41 +0200
commit9fdc9a382b0a8b92d3324e6fed92b3a2187d508c (patch)
tree94a671340088b76e06d06a98a558f2e9f21d060d /src/havegecmd.h
parentadd entropy every 60 seconds unconditionally (diff)
parentMerge pull request #78 from ldv-alt/udev-rules (diff)
downloadhaveged-9fdc9a382b0a8b92d3324e6fed92b3a2187d508c.tar.xz
haveged-9fdc9a382b0a8b92d3324e6fed92b3a2187d508c.zip
Merge branch 'master' of github.com:jirka-h/haveged
Diffstat (limited to 'src/havegecmd.h')
-rw-r--r--src/havegecmd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/havegecmd.h b/src/havegecmd.h
index 7765334..2f6fa96 100644
--- a/src/havegecmd.h
+++ b/src/havegecmd.h
@@ -49,6 +49,8 @@ extern "C" {
#define SOCK_NONBLOCK 0
#endif
+#define SEM_NAME "haveged_sem"
+
/**
* Open and listen on a UNIX socket to get command from there
*/