summaryrefslogtreecommitdiffstats
path: root/qemu_pipe/include/qemu_pipe.h
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2017-03-28 14:51:14 -0700
committerbohu <bohu@google.com>2017-03-28 15:04:10 -0700
commit79b30058992ddf678a261a59172a009d6a0db0ed (patch)
tree1edabafa907a8a67c6dc6ef3d99bd1702dea557f /qemu_pipe/include/qemu_pipe.h
parent4d417baaf5211473da67a9b6224c3a4947ceaec7 (diff)
downloadsystem_core-79b30058992ddf678a261a59172a009d6a0db0ed.tar.gz
system_core-79b30058992ddf678a261a59172a009d6a0db0ed.tar.bz2
system_core-79b30058992ddf678a261a59172a009d6a0db0ed.zip
Revert "Qemu: make the qemu_pipe_open back compatible"
It broke master BUG: 36695011 This reverts commit a19abf17697863c2458d7d085a225ff4f3c75f75. Change-Id: Id9a2bc058e92a4fb2ac202f8b723062a047a1e35
Diffstat (limited to 'qemu_pipe/include/qemu_pipe.h')
-rw-r--r--qemu_pipe/include/qemu_pipe.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/qemu_pipe/include/qemu_pipe.h b/qemu_pipe/include/qemu_pipe.h
index 098749899..16486c087 100644
--- a/qemu_pipe/include/qemu_pipe.h
+++ b/qemu_pipe/include/qemu_pipe.h
@@ -28,10 +28,8 @@ extern "C" {
// This file descriptor can be used as a standard pipe/socket descriptor.
//
// 'pipeName' is the name of the emulator service you want to connect to,
-// and should begin with 'pipe:' (e.g. 'pipe:camera' or 'pipe:opengles').
-// For backward compatibility, the 'pipe:' prefix can be omitted, and in
-// that case, qemu_pipe_open will add it for you.
-
+// and must begin with 'pipe:' (e.g. 'pipe:camera' or 'pipe:opengles').
+//
// On success, return a valid file descriptor, or -1/errno on failure. E.g.:
//
// EINVAL -> unknown/unsupported pipeName