am cd3a68ce: am 49a49e4f: am ee17242f: Merge "minadbd: update service_to_fd() signature."

* commit 'cd3a68ce371fd446b0b5d8dde4f4a262be1e1fe9':
  minadbd: update service_to_fd() signature.
This commit is contained in:
David Pursell
2015-09-14 19:10:11 +00:00
committed by Android Git Automerger
+1 -1
View File
@@ -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)) {