Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 803 In kpropd, poll after finishing resync When kpropd operates in iprop mode, full resyncs are handled by a child process. After a full resync, we want to poll for incremental updates, as the dump we received may have come from a pre-existing dump file which was not current. To make this polling happen promptly, signal the parent process from the child process after a dump is received. With this change, t_iprop.py no longer has to prod kpropd after a full resync occurs, so remove that logic. https://github.com/krb5/krb5/commit/c19fee0a748dd26ba6ac62118cf4b9ebec36ba2f Author: Greg Hudson Commit: c19fee0a748dd26ba6ac62118cf4b9ebec36ba2f Branch: master src/slave/kpropd.c | 6 +++++- src/tests/t_iprop.py | 8 +------- 2 files changed, 6 insertions(+), 8 deletions(-)