]> Git Repo - qemu.git/blob - stubs/get-fd.c
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-02-02' into staging
[qemu.git] / stubs / get-fd.c
1 #include "qemu-common.h"
2 #include "monitor/monitor.h"
3
4 int monitor_get_fd(Monitor *mon, const char *name, Error **errp)
5 {
6     error_setg(errp, "only QEMU supports file descriptor passing");
7     return -1;
8 }
This page took 0.025594 seconds and 4 git commands to generate.