Comments improved.
FossilOrigin-Name: d8ce5f8b78bbe832e5b9253e34c59706f882993c5cdf24f23b08d63cdb528fcb
This commit is contained in:
		@ -1,3 +1,21 @@
 | 
				
			|||||||
 | 
					/*
 | 
				
			||||||
 | 
					    This file is part of libcapwap.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    libcapwap is free software: you can redistribute it and/or modify
 | 
				
			||||||
 | 
					    it under the terms of the GNU General Public License as published by
 | 
				
			||||||
 | 
					    the Free Software Foundation, either version 3 of the License, or
 | 
				
			||||||
 | 
					    (at your option) any later version.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    libcapwap is distributed in the hope that it will be useful,
 | 
				
			||||||
 | 
					    but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
 | 
					    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
				
			||||||
 | 
					    GNU General Public License for more details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    You should have received a copy of the GNU General Public License
 | 
				
			||||||
 | 
					    along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 *@file
 | 
					 *@file
 | 
				
			||||||
 *@brief conn_send_request 
 | 
					 *@brief conn_send_request 
 | 
				
			||||||
@ -8,9 +26,11 @@
 | 
				
			|||||||
#include "cw_log.h"
 | 
					#include "cw_log.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Send a request message and wait for response
 | 
					 * Send a request message and wait for its response
 | 
				
			||||||
 * @param conn the connection
 | 
					 * @param conn the connection
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
					 * The message has to be prepared and put to conn->req_msg
 | 
				
			||||||
 | 
					 * 
 | 
				
			||||||
 */ 
 | 
					 */ 
 | 
				
			||||||
struct cwrmsg * conn_send_request(struct conn * conn)
 | 
					struct cwrmsg * conn_send_request(struct conn * conn)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user