[#HeadersSyncState-NextHeadersRequestLocator] = xref:HeadersSyncState.adoc[HeadersSyncState]::NextHeadersRequestLocator :relfileprefix: ../ :mrdocs: Issue the next GETHEADERS message to our peer. == Synopsis Declared in `<headerssync.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlockLocator.adoc[CBlockLocator] NextHeadersRequestLocator() const; ---- == Description This will return a locator appropriate for the current sync object, to continue the synchronization phase it is in. == Return Value A block locator to send in the next getheaders request. [.small]#Created with https://www.mrdocs.com[MrDocs]#