Changeset be06914 in mainline for kernel/generic/include/sysinfo/abi.h
- Timestamp:
- 2010-06-11T12:41:35Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3b7e14a
- Parents:
- 48dcc69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/sysinfo/abi.h
r48dcc69 rbe06914 90 90 typedef struct { 91 91 uint64_t call_sent; /**< IPC calls sent */ 92 uint64_t call_rec ieved; /**< IPC calls received */92 uint64_t call_received; /**< IPC calls received */ 93 93 uint64_t answer_sent; /**< IPC answers sent */ 94 uint64_t answer_rec ieved; /**< IPC answers received */95 uint64_t irq_notif_rec ieved; /**< IPC IRQ notifications */94 uint64_t answer_received; /**< IPC answers received */ 95 uint64_t irq_notif_received; /**< IPC IRQ notifications */ 96 96 uint64_t forwarded; /**< IPC messages forwarded */ 97 97 } stats_ipc_t;
Note:
See TracChangeset
for help on using the changeset viewer.