X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Feventl.h;h=5a5740f565770cc792e3c2b5393b58d2ffe9ce01;hb=29eb8a4bca1b88b1954ad28935100cbc5e3540b3;hp=f0dab30d4056180ed025b9279ec69994e6af3cca;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/src/eventl.h b/src/eventl.h index f0dab30..5a5740f 100644 --- a/src/eventl.h +++ b/src/eventl.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data. + * Copyright (C) 1995-2012 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;