~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/user_locks/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-11-22 00:16:44 UTC
  • mto: (1945.2.1 quick)
  • mto: This revision was merged to the branch mainline in revision 1947.
  • Revision ID: brian@tangent.org-20101122001644-pi6jv0d65e82xn38
Merge in lock refactor, this just encapsulates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=User Locks.
 
3
description=Provides lock functions to users.
 
4
load_by_default=yes
 
5
sources= 
 
6
  get_lock.cc
 
7
  get_locks.cc
 
8
  is_free_lock.cc
 
9
  is_used_lock.cc
 
10
  key.cc
 
11
  locks.cc
 
12
  module.cc
 
13
  release_lock.cc
 
14
  release_locks.cc
 
15
  user_locks_dictionary.cc
 
16
headers=
 
17
  get_lock.h
 
18
  get_locks.h
 
19
  is_free_lock.h
 
20
  is_used_lock.h
 
21
  key.h
 
22
  lock_storage.h
 
23
  locks.h
 
24
  module.h
 
25
  release_lock.h
 
26
  release_locks.h
 
27
  user_locks_dictionary.h
 
28
static=yes