File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // ===-- ActivityStreamSPI.h -------------------------------------*- C++ -*-===//
2- //
3- // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4- // See https://llvm.org/LICENSE.txt for license information.
5- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6- //
7- // ===----------------------------------------------------------------------===//
8-
91#ifndef OSActivityLogMessageEvent_h
102#define OSActivityLogMessageEvent_h
113
@@ -67,7 +59,6 @@ NS_ASSUME_NONNULL_END
6759
6860#define OS_ACTIVITY_MAX_CALLSTACK 32
6961
70- // Enums
7162enum {
7263 OS_ACTIVITY_STREAM_TYPE_ACTIVITY_CREATE = 0x0201 ,
7364 OS_ACTIVITY_STREAM_TYPE_ACTIVITY_TRANSITION = 0x0202 ,
8677};
8778typedef uint32_t os_activity_stream_type_t ;
8879
89- // Types
90-
9180typedef uint64_t os_activity_id_t ;
9281typedef struct os_activity_stream_s *os_activity_stream_t ;
9382typedef struct os_activity_stream_entry_s *os_activity_stream_entry_t ;
@@ -192,8 +181,6 @@ struct os_activity_stream_entry_s {
192181 };
193182};
194183
195- // Blocks
196-
197184typedef bool (^os_activity_stream_block_t )(os_activity_stream_entry_t entry,
198185 int error);
199186
You can’t perform that action at this time.
0 commit comments