Bug 1869092 - Fix timeouts in browser_PanelMultiView.js. r=twisniewski,test-only
[gecko.git] / ipc / glue / ProtocolTypes.ipdlh
blobb1d5316731db229f7c9f814ce43b907170154fc5
1 /* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8 -*- */
2 /* vim: set sw=4 ts=8 et tw=80 ft=cpp : */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 using struct nsID
8   from "nsID.h";
10 namespace mozilla {
11 namespace ipc {
13 struct ProtocolFdMapping
15     uint32_t protocolId;
16     FileDescriptor fd;