2009/9/23 Guido Trotter <[email protected]>: > +UPCALL_REPLY = 1 # has all ConfdUpcallPayload fields populated > +UPCALL_EXPIRE = 2 # only has salt, type, orig_request, extra_args
Don't use end of line comments. They make it hard to read the comments. Rest LGTM.
