[#AddrMan-SetServices] = xref:AddrMan.adoc[AddrMan]::SetServices :relfileprefix: ../ :mrdocs: Update an entry's service bits. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetServices( xref:CService.adoc[CService] const& addr, xref:ServiceFlags.adoc[ServiceFlags] nServices); ---- == Parameters [cols="1,4"] |=== | Name| Description | *addr* | The address whose entry should be updated. | *nServices* | The new service flags to record for the address. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#