* Read only access to a backend entry. */
| 392 | * Read only access to a backend entry. |
| 393 | */ |
| 394 | static inline const BackoffBackendSharedEntry * |
| 395 | getBackoffEntryRO(int index) |
| 396 | { |
| 397 | return (const BackoffBackendSharedEntry *) getBackoffEntryRW(index); |
| 398 | } |
| 399 | |
| 400 | /** |
| 401 | * Gives write access to a backend entry. |
no test coverage detected