Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If a consumer wishes to create a binary with only a GetFile processor and an RPG, they could specify the following flags (subject to change):

                        cmake –DINCLUDE_ONLY=GetFile –DINCLUDE_ONLY=RemoteProcessGroup. 


This approach will create a binary with only the GetFile processor and RemoteProcessGroup along with a shared object. The shared object will include a version that identifies the built source and enables agents that load that shared object to enforce update rules. While a binary limited to GetFile and an RPG may not be useful to many, including updates to either can allow us to update agents in real time through the transmission of a shared object.

...