mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-03 13:31:11 +03:00
Reformat sftp_get_new_id().
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@584 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -571,7 +571,8 @@ static SFTP_MESSAGE *sftp_dequeue(SFTP_SESSION *sftp, u32 id){
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Assigns a new sftp ID for new requests and assures there is no collision between them.
|
* Assigns a new SFTP ID for new requests and assures there is no collision
|
||||||
|
* between them.
|
||||||
* Returns a new ID ready to use in a request
|
* Returns a new ID ready to use in a request
|
||||||
*/
|
*/
|
||||||
static inline u32 sftp_get_new_id(SFTP_SESSION *session) {
|
static inline u32 sftp_get_new_id(SFTP_SESSION *session) {
|
||||||
|
|||||||
Reference in New Issue
Block a user