George3d6 / Inquisitor

An easily extensible, minimal footprint monitoring tool. (Still in the testing phase)
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Make agent and receptor lib re-export shared lib #23

Closed Deedasmi closed 6 years ago

Deedasmi commented 6 years ago

Plugins shouldn't depend on shared_lib. We can make agent_lib depend on shared_lib and re-export all the functions so that plugins can use them while only depending on agent_lib. Same with receptor_lib.

George3d6 commented 6 years ago

Ah, agreed, I did think having shared_lib as an extra dep there felt quite ugly. Will make the change tomorrow in case you don't get around to it.