diff options
| author | Sridhar Samudrala <sridhar@dyn9-47-18-140.beaverton.ibm.com> | 2002-11-07 19:48:38 -0800 |
|---|---|---|
| committer | Sridhar Samudrala <sridhar@dyn9-47-18-140.beaverton.ibm.com> | 2002-11-07 19:48:38 -0800 |
| commit | 664bf802f561e924e69c146ec8411fbb90e4ea6e (patch) | |
| tree | 9f29111f812f7284eb88dd5df05875f6823282f9 /include/net | |
| parent | d9a91e707629deb07074c7ca8a9b79dbddbd2e72 (diff) | |
[SCTP] Fix for sideeffect violation in sctp_sf_heartbeat().
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sctp/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/command.h b/include/net/sctp/command.h index 67524f0b1a03..b1fba0151675 100644 --- a/include/net/sctp/command.h +++ b/include/net/sctp/command.h @@ -85,6 +85,7 @@ typedef enum { SCTP_CMD_UPDATE_ASSOC, /* Update association information. */ SCTP_CMD_PURGE_OUTQUEUE, /* Purge all data waiting to be sent. */ SCTP_CMD_SETUP_T2, /* Hi-level, setup T2-shutdown parms. */ + SCTP_CMD_RTO_PENDING, /* Set transport's rto_pending. */ SCTP_CMD_LAST } sctp_verb_t; |
