aboutsummaryrefslogtreecommitdiffstats
path: root/tap-wspstat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-06-24 01:32:42 +0000
committerGuy Harris <guy@alum.mit.edu>2005-06-24 01:32:42 +0000
commit76258fe8e3484911401b2c70b48516b0eabfbbe0 (patch)
tree20224aded670da90d23f114f2289164b2314c07e /tap-wspstat.c
parent6f9d56ddd097bbae7fea6c1e242992aef88ab58b (diff)
Constify a bunch of structure members and function arguments, to squelch
compiler warnings. Clean up indentation. svn path=/trunk/; revision=14739
Diffstat (limited to 'tap-wspstat.c')
-rw-r--r--tap-wspstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-wspstat.c b/tap-wspstat.c
index 3582179f89..67805f62fb 100644
--- a/tap-wspstat.c
+++ b/tap-wspstat.c
@@ -51,7 +51,7 @@ typedef struct _wsp_pdu_t {
} wsp_pdu_t;
/* used to keep track of RTT statistics */
typedef struct _wsp_status_code_t {
- gchar *name;
+ const gchar *name;
guint32 packets;
} wsp_status_code_t;
/* used to keep track of the statictics for an entire program interface */