Commit 8f83087f authored by Nils Goroll's avatar Nils Goroll

constify storage ident

parent 7bf48a8e
...@@ -119,8 +119,8 @@ struct stevedore { ...@@ -119,8 +119,8 @@ struct stevedore {
void *priv; void *priv;
VTAILQ_ENTRY(stevedore) list; VTAILQ_ENTRY(stevedore) list;
char *ident; const char *ident;
char *vclname; const char *vclname;
}; };
extern struct stevedore *stv_transient; extern struct stevedore *stv_transient;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment