X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.h;h=a7fa4673c696fe52f79bcb17dd4ca2a10ae720f9;hp=5b01eb79e3500f34d135d1bdc8db6ac8ec4ad59c;hb=ece3b9ff875a28473a4f840bb016f8debb2531fc;hpb=7e9cc63d2f6539585d47221e75031ba8bc172dec diff --git a/command.h b/command.h index 5b01eb79..a7fa4673 100644 --- a/command.h +++ b/command.h @@ -2,10 +2,8 @@ /** Per connection data available to command handlers. */ struct command_context { - /** Network address of the peer. */ - const char *peer; /** The paraslash user that executes this command. */ - struct user *u; + const struct user *u; /** File descriptor and crypto keys. */ struct stream_cipher_context scc; };