X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Feventl.h;h=fb06d21a6b433112bdd6e38154814d6beaaf7a05;hp=d6d7d8f4cebe506910228db27e98982b51b8382d;hb=5a0398df33ef2f0ed66ef4703c13b3edae754bae;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/src/eventl.h b/src/eventl.h index d6d7d8f..fb06d21 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -56,7 +56,7 @@ int force_event; int destroyed; time_t last_event; time_t max_idle; - + struct iochan *next; int chan_id; /* listening port (0 if none ) */ } *IOCHAN; @@ -85,6 +85,7 @@ void statserv_remove (IOCHAN pIOChannel); /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab