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

Function call conversion #3

Open
emresavas opened this issue Sep 23, 2012 · 2 comments
Open

Function call conversion #3

emresavas opened this issue Sep 23, 2012 · 2 comments

Comments

@emresavas
Copy link

"VM_metric_bla_bla" function call converting to "VM.metric_bla_bla"

It should be "VM_metric.bla_bla"

@r-usaev
Copy link

r-usaev commented Oct 6, 2021

How did you get around this problem?

@r-usaev
Copy link

r-usaev commented Oct 6, 2021

I replaced
... xenrpc_method ($ mod. '.'. $ method, ...
On
... xenrpc_method ($ mod. '_'. $ method, ...
Everything works, I'm not sure what is right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants