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 committed Dec 17, 2024
1 parent 5160ffc commit 330780d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ldms/python/ldmsd/ldmsd_communicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
'prdcr_add': {'req_attr': ['name', 'type', 'xprt', 'host',
'port', 'reconnect'],
'opt_attr' : [ 'auth', 'perm', 'interval',
'rail', 'quota', 'rx_rate' ] },
'rail', 'quota', 'rx_rate',
'cache_ip' ] },
'prdcr_del': {'req_attr': ['name']},
'prdcr_start': {'req_attr': ['name'],
'opt_attr': ['interval', 'reconnect']},
Expand Down

0 comments on commit 330780d

Please sign in to comment.