diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-23 01:16:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-23 01:17:55 +0100 |
commit | 7079cfeffb6d520f20ddff53fd78467e72e6cc94 (patch) | |
tree | 4762322f62febd444e01def3e6bfb771d2887422 /src/shared/def.h | |
parent | a92ccc5ba22ec40fee560a46c478321d1c5df5af (diff) |
importd: when listing transfers, show progress percentage
With this change the pull protocol implementation processes will pass
progress data to importd which then passes this information on via the
bus. We use sd_notify() as generic transport for this communication,
making importd listen to them, while matching the incoming messages to
the right transfer.
Diffstat (limited to 'src/shared/def.h')
-rw-r--r-- | src/shared/def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/def.h b/src/shared/def.h index 96c45a6b72..a3d9fcf388 100644 --- a/src/shared/def.h +++ b/src/shared/def.h @@ -81,3 +81,6 @@ #ifndef TTY_GID #define TTY_GID 5 #endif + +#define NOTIFY_FD_MAX 768 +#define NOTIFY_BUFFER_MAX PIPE_BUF |