1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
6 include protocol PContent;
7 include protocol PSocketProcess;
12 protocol PFileDescriptorSet
14 manager PBackground or PContent or PSocketProcess;
17 async AddFileDescriptor(FileDescriptor fd);
23 } // namespace mozilla