Skip to content

Commit

Permalink
Add an ldms_xprt_set_delete service
Browse files Browse the repository at this point in the history
This service notifies a peer that the set it
has looked up is going away. Until the peer
responds to the notification or a timeout
expires, the set resources are not deleted.

The ldms_set and ldms_rbuf_desc now have ref_t
references.
  • Loading branch information
tom95858 committed Jul 20, 2020
1 parent 10c145d commit af58d0a
Show file tree
Hide file tree
Showing 15 changed files with 1,487 additions and 521 deletions.
2 changes: 1 addition & 1 deletion ldms/src/core/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ldmscoreinclude_HEADERS = ldms.h ldms_core.h ldms_xprt.h ldms_auth.h kldms_req.h
libldms_la_SOURCES = ldms.c ldms_xprt.c ldms_private.h ref.h \
ldms_auth.c ldms_xprt_auth.c
libldms_la_LIBADD = -ldl -lpthread $(top_builddir)/lib/src/coll/libcoll.la \
$(top_builddir)/lib/src/json/libjson_util.la \
$(top_builddir)/lib/src/ovis_json/libovis_json.la \
$(top_builddir)/lib/src/mmalloc/libmmalloc.la \
$(top_builddir)/lib/src/zap/libzap.la

Expand Down
Loading

0 comments on commit af58d0a

Please sign in to comment.