Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: rpc-proxy, xenmgr, updatemgr: Use rpc-autogen bindings module #184

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updatemgr: Use rpc-autogen bindings module
dbus-gen generates a set of bindings for the currently supported API.
Use the built module instead of relying on generating the bindings from
the IDL in the source tree.

Signed-off-by: Eric Chanudet <chanudete@ainfosec.com>
  • Loading branch information
Eric Chanudet committed Jun 14, 2021
commit e4b99917d5fc137f97294f75042a0bc1d774960f
3 changes: 2 additions & 1 deletion updatemgr/updatemgr.cabal
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ Executable updatemgr
monad-control,
monad-loops,
hinotify,
HTTP
HTTP,
rpc-autogen
Main-Is: Main.hs
GHC-Options: -O2 -fwarn-incomplete-patterns -dynamic -threaded