gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29848 - msh/src


From: gnunet
Subject: [GNUnet-SVN] r29848 - msh/src
Date: Fri, 4 Oct 2013 18:42:44 +0200

Author: harsha
Date: 2013-10-04 18:42:44 +0200 (Fri, 04 Oct 2013)
New Revision: 29848

Modified:
   msh/src/mtypes.h
Log:
- message for sending client side pty mode


Modified: msh/src/mtypes.h
===================================================================
--- msh/src/mtypes.h    2013-10-04 16:41:06 UTC (rev 29847)
+++ msh/src/mtypes.h    2013-10-04 16:42:44 UTC (rev 29848)
@@ -262,13 +262,13 @@
   uint16_t ws_col GNUNET_PACKED;
   uint16_t ws_xpixel GNUNET_PACKED;
   uint16_t ws_ypixel GNUNET_PACKED;
-  uint16_t ospeed GNUNET_PACKED;
-  uint16_t ispeed GNUNET_PACKED;
+  uint32_t ospeed GNUNET_PACKED;
+  uint32_t ispeed GNUNET_PACKED;
   uint16_t nsettings GNUNET_PACKED;
   /* Followed by nsettings uint16_t = uint16_t.  See ttymodes.h for the
      settings that are to be included */
   /* Followed by the TERM var string (NULL-terminated) */
-}
+};
 
 
 #endif  /* MTYPES_H_ */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]