mirror of
https://github.com/google/pebble.git
synced 2025-05-02 00:01:41 -04:00
spelling: session
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6dbbbee3e2
commit
fc2f5a982e
2 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ void data_logging_finish(DataLoggingSessionRef logging_session);
|
||||||
//! DATA_LOGGING_NOT_FOUND if the logging session is invalid
|
//! DATA_LOGGING_NOT_FOUND if the logging session is invalid
|
||||||
//!
|
//!
|
||||||
//! @return
|
//! @return
|
||||||
//! DATA_LOGGING_CLOSED if the sesion is not active
|
//! DATA_LOGGING_CLOSED if the session is not active
|
||||||
//!
|
//!
|
||||||
//! @return
|
//! @return
|
||||||
//! DATA_LOGGING_BUSY if the sesion is not available for writing
|
//! DATA_LOGGING_BUSY if the session is not available for writing
|
||||||
//!
|
//!
|
||||||
//! @return
|
//! @return
|
||||||
//! DATA_LOGGING_INVALID_PARAMS if num_items is 0 or data is NULL
|
//! DATA_LOGGING_INVALID_PARAMS if num_items is 0 or data is NULL
|
||||||
|
|
|
@ -441,7 +441,7 @@ static void prv_reopen_next_session_system_task_cb(void* data) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//! For use with dls_list_for_each_session. Appends this session to our list of sesions we need to open.
|
//! For use with dls_list_for_each_session. Appends this session to our list of sessions we need to open.
|
||||||
//! On entry, 'data' points to the variable holding the head of the list.
|
//! On entry, 'data' points to the variable holding the head of the list.
|
||||||
static bool dls_endpoint_add_reopen_sessions_cb(DataLoggingSession *session, void *data) {
|
static bool dls_endpoint_add_reopen_sessions_cb(DataLoggingSession *session, void *data) {
|
||||||
DataLoggingReopenEntry **head_ptr = (DataLoggingReopenEntry **)data;
|
DataLoggingReopenEntry **head_ptr = (DataLoggingReopenEntry **)data;
|
||||||
|
|
Loading…
Add table
Reference in a new issue