~ubuntu-branches/ubuntu/trusty/python-psutil/trusty-proposed

« back to all changes in this revision

Viewing changes to psutil/arch/mswindows/process_info.c

  • Committer: Charlie Smotherman
  • Date: 2011-12-05 06:55:50 UTC
  • mfrom: (2.1.8 sid)
  • Revision ID: cjsmo@cableone.net-20111205065550-lkhxf2gxwzm180w7
Tags: 0.4.0-1ubuntu1
* Merge with Debian unstable (LP: #900001).  Remaining Ubuntu changes:
  - Switch to dh_python2. (LP: #788514)
* New upstream release
* debian/python-psutil.examples
  - install examples
* debian/rules
  - don't compress .py files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: process_info.c 1060 2011-07-02 18:05:26Z g.rodola $
 
2
 * $Id: process_info.c 1142 2011-10-05 18:45:49Z g.rodola $
 
3
 *
 
4
 * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
 
5
 * Use of this source code is governed by a BSD-style license that can be
 
6
 * found in the LICENSE file.
3
7
 *
4
8
 * Helper functions related to fetching process information. Used by
5
9
 * _psutil_mswindows module methods.