X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-session.c;fp=src%2Fafb-session.c;h=adfed2ad2c0ca1fe4befaee6fa726f749b276816;hb=93d8d6f69399dacbb43c0780ebccc378b4f44880;hp=16fc69bbccd574071c39a966c64fe7e52f3e8d25;hpb=6c003255918fc85b693a4b0becf45016d1282dfe;p=src%2Fapp-framework-binder.git diff --git a/src/afb-session.c b/src/afb-session.c index 16fc69bb..adfed2ad 100644 --- a/src/afb-session.c +++ b/src/afb-session.c @@ -59,7 +59,7 @@ struct cookie struct afb_session { struct afb_session *next; /**< link to the next */ - unsigned refcount; /**< external reference count of the session */ + unsigned refcount; /**< count of reference to the session */ int timeout; /**< timeout of the session */ time_t expiration; /**< expiration time of the token */ pthread_mutex_t mutex; /**< mutex of the session */