From c3d4d535466eb939607651e12a490f92e9936763 Mon Sep 17 00:00:00 2001 From: David Pursell Date: Tue, 25 Aug 2015 12:50:47 -0700 Subject: minadbd: update service_to_fd() signature. No functional change, just matching the signature to an adb change. See https://android-review.googlesource.com/#/c/169601/. Change-Id: Ic826864e126054849b3a4d193ded8acc5ee5269c --- minadbd/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minadbd/services.cpp b/minadbd/services.cpp index 859463caf..5c1d35614 100644 --- a/minadbd/services.cpp +++ b/minadbd/services.cpp @@ -86,7 +86,7 @@ static int create_service_thread(void (*func)(int, void *), void *cookie) { return s[0]; } -int service_to_fd(const char* name) { +int service_to_fd(const char* name, const atransport* transport) { int ret = -1; if (!strncmp(name, "sideload:", 9)) { -- cgit v1.2.3