[PATCH v3 0/2] tools/xenstore: simplify xenstored main loop

Juergen Gross posted 2 patches 2 years, 11 months ago
Test gitlab-ci failed
Failed in applying to current master (apply log)
tools/xenstore/xenstored_core.c   | 121 ++++++++++++++----------------
tools/xenstore/xenstored_core.h   |  23 +++---
tools/xenstore/xenstored_domain.c |  15 +++-
3 files changed, 81 insertions(+), 78 deletions(-)
[PATCH v3 0/2] tools/xenstore: simplify xenstored main loop
Posted by Juergen Gross 2 years, 11 months ago
Small series to make the main loop of xenstored more readable.

Changes in V2:
- split into two patches
- use const
- NO_SOCKETS handling

Changes in V3:
- guard extern declaration with NO_SOCKETS

Juergen Gross (2):
  tools/xenstore: move per connection read and write func hooks into a
    struct
  tools/xenstore: simplify xenstored main loop

 tools/xenstore/xenstored_core.c   | 121 ++++++++++++++----------------
 tools/xenstore/xenstored_core.h   |  23 +++---
 tools/xenstore/xenstored_domain.c |  15 +++-
 3 files changed, 81 insertions(+), 78 deletions(-)

-- 
2.26.2