diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2021-04-26 20:08:18 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-04-26 20:15:43 +0200 |
commit | 2dfc9328efbd744545586dee18ad0ee2ffa9eb9d (patch) | |
tree | 12da4814b9d2fbcc06ec8b5227dfd1ef46f35926 /stow-mutations.h | |
parent | de3e9b35373bff3bd491c0a555cc825b6f22258d (diff) |
Implement MiG intran payload support
This fixes a build error.
Message-Id: <20210426170820.67042-2-bugaevc@gmail.com>
Diffstat (limited to 'stow-mutations.h')
-rw-r--r-- | stow-mutations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stow-mutations.h b/stow-mutations.h index d36280d..95c1e7f 100644 --- a/stow-mutations.h +++ b/stow-mutations.h @@ -21,6 +21,7 @@ /* Only CPP macro definitions should go in this file. */ #define FS_NOTIFY_INTRAN stow_notify_t begin_using_notify_port (fs_notify_t) +#define FS_NOTIFY_INTRAN_PAYLOAD stow_notify_t begin_using_notify_port_payload #define FS_NOTIFY_DESTRUCTOR end_using_notify_port (stow_notify_t) #define FS_NOTIFY_IMPORTS import "stow-priv.h"; |