How does one change the DefaultBackend in Pike?

I tried something like:

int main(int argc, array(string) argv) {
  Pike.DefaultBackend = Pike.PollDeviceBackend();
  return -1;
}

Which results in: Illegal lvalue.
-- 
Stephen.

Reply via email to