~ubuntu-branches/ubuntu/precise/slurm-llnl/precise

« back to all changes in this revision

Viewing changes to src/plugins/sched/wiki2/event.c

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
static pthread_mutex_t  event_mutex = PTHREAD_MUTEX_INITIALIZER;
43
43
static time_t           last_notify_time = (time_t) 0;
44
 
static slurm_addr       moab_event_addr,  moab_event_addr_bu;
 
44
static slurm_addr_t     moab_event_addr,  moab_event_addr_bu;
45
45
static int              event_addr_set = 0;
46
 
static slurm_fd         event_fd = (slurm_fd) -1;
 
46
static slurm_fd_t       event_fd = (slurm_fd_t) -1;
47
47
 
48
48
/* Open event_fd as needed
49
49
 * RET 0 on success, -1 on failure */