Skip to content

Commit

Permalink
Add 'cache_ip' to the optional attribute list of prdcr_add
Browse files Browse the repository at this point in the history
  • Loading branch information
nichamon authored and tom95858 committed Dec 12, 2024
1 parent e84f260 commit f9bde9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldms/python/ldmsd/ldmsd_communicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
###############################
##### Producer Policy #####
'prdcr_add': {'req_attr': ['name', 'type', 'xprt', 'host', 'port'],
'opt_attr' : [ 'auth', 'perm', 'interval', 'reconnect' ] },
'opt_attr' : [ 'auth', 'perm', 'interval', 'reconnect', 'cache_ip' ] },
'prdcr_del': {'req_attr': ['name']},
'prdcr_start': {'req_attr': ['name'],
'opt_attr': ['interval', 'reconnect']},
Expand Down

0 comments on commit f9bde9b

Please sign in to comment.