diff options
Diffstat (limited to 'libcons/mutations.h')
-rw-r--r-- | libcons/mutations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcons/mutations.h b/libcons/mutations.h index c895447a..47513408 100644 --- a/libcons/mutations.h +++ b/libcons/mutations.h @@ -21,6 +21,7 @@ /* Only CPP macro definitions should go in this file. */ #define FS_NOTIFY_INTRAN cons_notify_t begin_using_notify_port (fs_notify_t) +#define FS_NOTIFY_INTRAN_PAYLOAD cons_notify_t begin_using_notify_payload #define FS_NOTIFY_DESTRUCTOR end_using_notify_port (cons_notify_t) #define FS_NOTIFY_IMPORTS import "priv.h"; |