オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Diff of /trunk/1.7.x/ccs-patch/security/ccsecurity/util.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2201 by kumaneko, Thu Feb 26 06:06:13 2009 UTC revision 2209 by kumaneko, Mon Mar 2 03:20:54 2009 UTC
# Line 978  bool ccs_verbose_mode(const struct domai Line 978  bool ccs_verbose_mode(const struct domai
978  }  }
979    
980  /**  /**
981   * ccs_check_domain_quota - Check for domain's quota.   * ccs_domain_quota_ok - Check for domain's quota.
982   *   *
983   * @domain: Pointer to "struct domain_info".   * @domain: Pointer to "struct domain_info".
984   *   *
985   * Returns true if the domain is not exceeded quota, false otherwise.   * Returns true if the domain is not exceeded quota, false otherwise.
986   */   */
987  bool ccs_check_domain_quota(struct domain_info * const domain)  bool ccs_domain_quota_ok(struct domain_info * const domain)
988  {  {
989          unsigned int count = 0;          unsigned int count = 0;
990          struct ccs_acl_info *ptr;          struct ccs_acl_info *ptr;

Legend:
Removed from v.2201  
changed lines
  Added in v.2209

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26