mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
port redirection support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1054 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a3504c87ca
commit
9bf05444b2
7 changed files with 149 additions and 9 deletions
|
@ -36,7 +36,7 @@ struct tftp_session {
|
|||
|
||||
struct tftp_session tftp_sessions[TFTP_SESSIONS_MAX];
|
||||
|
||||
char *tftp_prefix;
|
||||
const char *tftp_prefix;
|
||||
|
||||
static void tftp_session_update(struct tftp_session *spt)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue